diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000000..3a97aea22e --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,16 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +sphinx: + configuration: docs/conf.py + +formats: all + +python: + version: 3.7 + install: + - requirements: requirements-dev.txt diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index 48bdcacd20..0000000000 --- a/readthedocs.yml +++ /dev/null @@ -1,3 +0,0 @@ -requirements_file: requirements-dev.txt -python: - version: 3 \ No newline at end of file