summaryrefslogtreecommitdiffstats
path: root/docs/requirements.txt
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2021-06-25 13:50:03 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2021-06-25 14:12:14 -0700
commitdf0c593bae69a232fb054a33a3c932187c48f935 (patch)
tree74afc60f7c08f4eecbeeec858b635930f98b3b4d /docs/requirements.txt
parent6b346f4a89552574bd5fe077d1e7c839572cad87 (diff)
Gitlab-CI Configuration for Documentation Builds
Uses the Anuket Releng template for RTD (Sphinx) builds of the documentation. Moves the requirements file under 'docs/'. This can be moved back once the RTD template has been updated to allow setting the location of requirements.txt outside of docs/ Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'docs/requirements.txt')
-rw-r--r--docs/requirements.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644
index 000000000..734f07f97
--- /dev/null
+++ b/docs/requirements.txt
@@ -0,0 +1,8 @@
+tox
+Sphinx==1.5.6
+doc8
+docutils==0.12
+setuptools
+six
+sphinxcontrib-httpdomain
+sphinx_bootstrap_theme>=0.4.11