diff options
author | thmsdt <thomas.kulik@telekom.de> | 2021-12-01 08:43:23 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2021-12-01 09:37:24 +0100 |
commit | 62eed75985f098526712a8e0532f89a691d19e39 (patch) | |
tree | 40cf8c51a83f262cb6ba5870ae20b3d0baf11cec /examples/sphinx/.readthedocs.yaml | |
parent | 1cfb014a2f4804ded224e97876384638ee91282b (diff) |
update of sphinx example files
Issue-ID: DOC-771
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: If42167b434b25b00531487bbbcb0740671af6399
Diffstat (limited to 'examples/sphinx/.readthedocs.yaml')
-rw-r--r-- | examples/sphinx/.readthedocs.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/sphinx/.readthedocs.yaml b/examples/sphinx/.readthedocs.yaml new file mode 100644 index 000000000..10453a93d --- /dev/null +++ b/examples/sphinx/.readthedocs.yaml @@ -0,0 +1,21 @@ +--- +# .readthedocs.yml +# # Read the Docs configuration file +# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# # Required +# +version: 2 + +build: + image: latest + +python: + version: 3.7 + install: + - requirements: etc/requirements.txt + +submodules: + include: all + +sphinx: + configuration: docs/conf.py |