diff options
author | thmsdt <thomas.kulik@telekom.de> | 2023-06-20 09:14:52 +0200 |
---|---|---|
committer | Thomas Kulik <thomas.kulik@telekom.de> | 2023-06-20 07:33:58 +0000 |
commit | cb8621f9c7c26bcf22130787e61a537f72db23e0 (patch) | |
tree | f1bff50ca8d7bb9763b109f0843dce37fb0cdee3 /examples/sphinx/.readthedocs.yaml | |
parent | 9344271e974f6a60c383135c642939e4c6b6470e (diff) |
fix .readthedocs.yaml example
Issue-ID: DOC-811
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I48c76c027ca86bc481b1a02a8fa048c1c285d381
(cherry picked from commit 682e879b00540afc2f9d6abd78ef75b8d2b33502)
Diffstat (limited to 'examples/sphinx/.readthedocs.yaml')
-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 |