From 62eed75985f098526712a8e0532f89a691d19e39 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Wed, 1 Dec 2021 08:43:23 +0100 Subject: update of sphinx example files Issue-ID: DOC-771 Signed-off-by: thmsdt Change-Id: If42167b434b25b00531487bbbcb0740671af6399 --- examples/sphinx/.readthedocs.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/sphinx/.readthedocs.yaml (limited to 'examples/sphinx/.readthedocs.yaml') 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 -- cgit 1.2.3-korg