diff --git a/.readthedocs.yaml b/.readthedocs.yaml index be257f338..9b1e0e347 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,3 +13,8 @@ sphinx: python: install: - requirements: docs/rtd/requirements.txt + +formats: + - htmlzip + - pdf + - epub \ No newline at end of file diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 342736ac2..000000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,18 +0,0 @@ -# .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -version: 2 - -sphinx: - configuration: docs/conf.py - -python: - version: 3.7 - install: - - requirements: docs/rtd/requirements.txt - -formats: - - htmlzip - - pdf - - epub \ No newline at end of file