summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2023-08-28 20:58:52 +0200
committerGitHub <noreply@github.com>2023-08-28 20:58:52 +0200
commit727b400299aee15779464396496218a3afe53a7e (patch)
tree3576df201c20ad5534611c7d9fa16f71d283da55 /.readthedocs.yml
parentbcc65412161ca66a45cc66147acbf3f647ad99d9 (diff)
downloadvyos-documentation-727b400299aee15779464396496218a3afe53a7e.tar.gz
vyos-documentation-727b400299aee15779464396496218a3afe53a7e.zip
Update .readthedocs.yml
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml5
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