diff options
author | MichaelMorris <michael.morris@est.tech> | 2023-07-26 11:08:46 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-07-26 10:35:27 +0000 |
commit | da685cbbe15653b2374847aa28396f60f1035ba8 (patch) | |
tree | 8c8d6a74c03a57e051d23f34847b546d5811d4c1 /.readthedocs.yaml | |
parent | ac4baf28eab0a4412810f02237b981933c985e95 (diff) |
Step version to 2.1.0-SNAPSHOT
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4584
Change-Id: I79765e0877f3aa6c654e156e54e192b0fd5c3d24
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dc0c78b..e442ca7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,21 +1,21 @@ --- # .readthedocs.yml -# # Read the Docs configuration file -# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# # Required -# +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Required version: 2 +formats: + - htmlzip + build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - requirements: docs/requirements-docs.txt -submodules: - include: all - sphinx: configuration: docs/conf.py |