diff options
author | Robert Göhler <github@ghlr.de> | 2023-08-28 20:58:52 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-08-28 21:01:42 +0200 |
commit | b648f54e0e2e3617aa1c60cbe36c8b3ce2faa807 (patch) | |
tree | 497fd0886ed6a8458499bb66d55d695aded2a7ba | |
parent | dbb9e29d1c4c9a993b3e841bd368f49c276986a2 (diff) | |
download | vyos-documentation-b648f54e0e2e3617aa1c60cbe36c8b3ce2faa807.tar.gz vyos-documentation-b648f54e0e2e3617aa1c60cbe36c8b3ce2faa807.zip |
Update .readthedocs.yml
(cherry picked from commit 727b400299aee15779464396496218a3afe53a7e)
-rw-r--r-- | .readthedocs.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 1c12214d..3d791ad1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,10 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -19,7 +23,6 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: requirements.txt |