diff options
author | Robert Göhler <github@ghlr.de> | 2023-11-16 21:25:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 21:25:54 +0100 |
commit | a97ed1539ebdb8b2f26ce3e41968642aa717e94b (patch) | |
tree | fe3e048af6eefc888949091e033ada049ed7aa8f | |
parent | e8827d93828c2f6c28bd87224ee39a1e058ff541 (diff) | |
download | vyos-documentation-a97ed1539ebdb8b2f26ce3e41968642aa717e94b.tar.gz vyos-documentation-a97ed1539ebdb8b2f26ce3e41968642aa717e94b.zip |
correct read the docs python version
-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 |