Stuff needed for read the docs builds 04/904/1
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 5 Sep 2019 22:39:31 +0000 (18:39 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 5 Sep 2019 22:40:36 +0000 (18:40 -0400)
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I7e0aba09f1a88da0ba67615f31871634b045eb21

.readthedocs.yaml [new file with mode: 0644]
docs/requirements-docs.txt [new file with mode: 0644]

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..7496bc4
--- /dev/null
@@ -0,0 +1,12 @@
+---
+# pip requirements file for building sphinx docs (e.g. nbsphinx)
+version: 2
+
+sphinx:
+    configuration: docs/conf.py
+
+# Use python 3 for building
+python:
+    version: 3.6
+    install:
+        - requirements: docs/requirements-docs.txt
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt
new file mode 100644 (file)
index 0000000..09a0c1c
--- /dev/null
@@ -0,0 +1,5 @@
+sphinx
+sphinx-rtd-theme
+sphinxcontrib-httpdomain
+recommonmark
+lfdocs-conf