diff options
author | thmsdt <thomas.kulik@telekom.de> | 2022-10-13 16:37:42 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2022-10-18 17:19:48 +0200 |
commit | 03402c81241a80c2ddb27c963a4031bfbc46ed59 (patch) | |
tree | fa087b8dbd5475fb988ecec1c8c08906efbdb939 /examples | |
parent | 1bd9a4e3122e568df33dbe86d8bc922ebabc652e (diff) |
update doc guide to include py3.8 support
Issue-ID: DOC-798
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I0c055c2a27b5f53c6e539e55f2d4ed58d1aa637b
Diffstat (limited to 'examples')
-rw-r--r-- | examples/sphinx/.readthedocs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sphinx/.readthedocs.yaml b/examples/sphinx/.readthedocs.yaml index 49997a761..7f740b769 100644 --- a/examples/sphinx/.readthedocs.yaml +++ b/examples/sphinx/.readthedocs.yaml @@ -12,7 +12,7 @@ build: python: version: 3.7 install: - - requirements: requirements-docs.txt + - requirements: docs/requirements-docs.txt submodules: include: all |