summaryrefslogtreecommitdiffstats
path: root/examples/sphinx/.readthedocs.yaml
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2021-12-01 08:43:23 +0100
committerthmsdt <thomas.kulik@telekom.de>2021-12-01 09:37:24 +0100
commit62eed75985f098526712a8e0532f89a691d19e39 (patch)
tree40cf8c51a83f262cb6ba5870ae20b3d0baf11cec /examples/sphinx/.readthedocs.yaml
parent1cfb014a2f4804ded224e97876384638ee91282b (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.yaml21
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