summaryrefslogtreecommitdiffstats
path: root/examples/sphinx/.readthedocs.yaml
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2021-10-19 12:05:48 +0200
committerthmsdt <thomas.kulik@telekom.de>2021-11-17 10:33:17 +0100
commitd6b7f66b0d3cbc4e7c92a85837a8e74906c08434 (patch)
treeaf702ffc4e707f71c72f0368e2abc40fe97ab6cf /examples/sphinx/.readthedocs.yaml
parenteb3b0515916012651dc8f4fb8c432da13759ec56 (diff)
Add sphinx example configuration files
Issue-ID: DOC-772 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I2cb913388cb1db28400de12d31fc74776627e9e8
Diffstat (limited to 'examples/sphinx/.readthedocs.yaml')
-rw-r--r--examples/sphinx/.readthedocs.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/sphinx/.readthedocs.yaml b/examples/sphinx/.readthedocs.yaml
new file mode 100644
index 000000000..82889b5ac
--- /dev/null
+++ b/examples/sphinx/.readthedocs.yaml
@@ -0,0 +1,20 @@
+---
+# .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: docs/requirements-docs.txt
+
+submodules:
+ include: all
+
+sphinx:
+ configuration: docs/conf.py