diff --git a/.readthedocs.yml b/.readthedocs.yml index 4576ffd7be..be8c4a950c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,13 +2,18 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +version: 2 + # Location of sphinx configuration settings sphinx: configuration: docs/conf.py -formats: all +formats: + - pdf + - epub python: version: 3.5 install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + - method: pip \ No newline at end of file