summaryrefslogtreecommitdiff
path: root/doc/requirements.txt
diff options
context:
space:
mode:
authorMohammed Naser <mnaser@vexxhost.com>2019-10-14 12:37:47 -0400
committerMohammed Naser <mnaser@vexxhost.com>2019-10-14 12:47:52 -0400
commita4449758bfcedd99be15ebbdb212746e4e2356ee (patch)
treecb8a6d1240f5c9cd499ebe1dd8caa94670d5b356 /doc/requirements.txt
parent483ab492a86907b4509b154d978af62266e814c8 (diff)
downloadgear-a4449758bfcedd99be15ebbdb212746e4e2356ee.tar.gz
Fix documentation builds
This patch does a few things to fix the documentation builds for this project - Move requirements to doc/requirements.txt for building docs to avoid installing extra dependencies. - Bump sphinx version to a newer release which is compatible with sphinxcontrib-programoutput - Remove default theme option to use the latest Sphinx theme that is shipped directly from upstream. - Bumped basepython for documentation jobs to Python 3. These are all squashed because the job is currently broken. Change-Id: Ib998923a5daaa5e9d3ddc748b76b6304e5c39b22
Diffstat (limited to 'doc/requirements.txt')
-rw-r--r--doc/requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
new file mode 100644
index 0000000..28a5468
--- /dev/null
+++ b/doc/requirements.txt
@@ -0,0 +1,2 @@
+sphinx>=1.6.1
+sphinxcontrib-programoutput \ No newline at end of file