From 74e13524b1a9e4c9e7d3d4dd25f1e97b7d55ae13 Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Thu, 29 Feb 2024 11:50:00 -0600 Subject: [PATCH] Fix RTD --- .readthedocs.yaml | 10 +++++----- requirements-rtd.txt | 25 ------------------------- 2 files changed, 5 insertions(+), 30 deletions(-) delete mode 100644 requirements-rtd.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4a775cbd..1c545dc6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,15 +9,15 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.12" # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt +python: + install: + - requirements: requirements-dev.txt diff --git a/requirements-rtd.txt b/requirements-rtd.txt deleted file mode 100644 index 1d27f886..00000000 --- a/requirements-rtd.txt +++ /dev/null @@ -1,25 +0,0 @@ -# The following are only required for Cement development -pytest>=4.3.1 -pytest-cov>=2.6.1 -coverage>=4.5.3 -sphinx -sphinx_rtd_theme -pep8 -autopep8 -pycodestyle -flake8 -guzzle_sphinx_theme -sphinxcontrib-napoleon -mock -twine>=1.11.0 -setuptools>=38.6.0 -wheel>=0.31.0 - -# Required for optional extensions -pystache -pyYaml -redis -colorlog -tabulate -jinja2 -watchdog