aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-07-12 12:35:22 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-07-12 12:35:26 +0200
commit013329754f7a70695dbc306f33f7e09111416337 (patch)
tree7c0c962afa9b8c66a673e27442c2c593862521fa
parent3eb6b042e0d05c7dbae8e023a0e0fc486ac4d500 (diff)
Fix structure of .readthedocs.yaml
Issue-ID: INT-2260 Change-Id: Ia5bdf34d58b7e75ef172cf64ad542f51cf44ac54 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r--.readthedocs.yaml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 3797dc8..f56b3b7 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -3,18 +3,16 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
-version: 2
-
-formats:
- - htmlzip
+version: 2
build:
- image: latest
+ os: ubuntu-20.04
+ tools:
+ python: "3.8"
python:
- version: 3.7
install:
- - requirements: docs/requirements-docs.txt
+ - requirements: docs/requirements-docs.txt
sphinx:
configuration: docs/conf.py