diff options
author | thmsdt <thomas.kulik@telekom.de> | 2023-06-20 09:14:52 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2023-06-20 09:15:59 +0200 |
commit | 682e879b00540afc2f9d6abd78ef75b8d2b33502 (patch) | |
tree | c6ae733ea2c3b6bdd97e8f688c1acc455c45cb83 /examples | |
parent | 86961ea488b1c26de05b61a382419d53133c0bf4 (diff) |
fix .readthedocs.yaml example
Issue-ID: DOC-811
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I48c76c027ca86bc481b1a02a8fa048c1c285d381
Diffstat (limited to 'examples')
-rw-r--r-- | examples/sphinx/.readthedocs.yaml | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/examples/sphinx/.readthedocs.yaml b/examples/sphinx/.readthedocs.yaml index 7f740b769..f56b3b71f 100644 --- a/examples/sphinx/.readthedocs.yaml +++ b/examples/sphinx/.readthedocs.yaml @@ -1,21 +1,18 @@ --- # .readthedocs.yml -# # Read the Docs configuration file -# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# # Required -# -version: 2 +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Required +version: 2 build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 - install: - - requirements: docs/requirements-docs.txt - -submodules: - include: all + install: + - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py + configuration: docs/conf.py |