diff --git a/.readthedocs.yml b/.readthedocs.yml index 5d1469c6c..a20a50fff 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,10 +14,11 @@ sphinx: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF and ePub -# formats: html +# formats: +# -html # Optionally set the version of Python and requirements required to build your docs -# python: -# version: 3.7 -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + version: 3.7 + install: + - requirements: docs/readthedocs/source/requirements.txt \ No newline at end of file diff --git a/docs/readthedocs/source/conf.py b/docs/readthedocs/source/conf.py index 895164994..c74f64aac 100644 --- a/docs/readthedocs/source/conf.py +++ b/docs/readthedocs/source/conf.py @@ -26,10 +26,6 @@ # -- General configuration --------------------------------------------------- -python: - version: 3.7 - install: - - requirements: docs/readthedocs/source/requirements.txt import sphinx_rtd_theme