diff options
Diffstat (limited to '.readthedocs.yml')
-rw-r--r-- | .readthedocs.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 60ac7669..212d41f8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,11 +18,10 @@ sphinx: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF -formats: - - pdf +#formats: +# - pdf # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: requirements.txt |