summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2020-01-28 15:21:34 -0500
committerAric Gardner <agardner@linuxfoundation.org>2020-01-29 14:30:14 -0500
commit0fb94b163b9d9e2e1a8b2f3e544059bd396726ff (patch)
tree99c2e25a08161b3bdb91110f5badd0abebaf8903 /.readthedocs.yaml
parent711bc31c7f34435ae37989d005dc8d8f3d1b3395 (diff)
Changes to doc config
now uses lfdocs-conf pip package. needed for future move to rtdv3 jobs. Issue-ID: CIMAN-33 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: Ic08a81100d8a4c59c2d326161662f207cfd9e25e
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 000000000..f9b33a141
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,17 @@
+# Formats in addition to HTML
+
+formats:
+ - htmlzip
+
+python:
+ version: 3.7
+ install:
+ - requirements: docs/requirements-docs.txt
+
+# Build Container
+build:
+ image: latest
+
+
+sphinx:
+ configuration: docs/conf.py