summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2019-12-22 09:58:21 +0100
committerGitHub <noreply@github.com>2019-12-22 09:58:21 +0100
commitfc2ed136c10920c5c0ef11247d0287b12e2a25ed (patch)
treea67d5688023261703b5f7b76ee613790551a010c
parent83fcd1b189ea9acfec79a4b3b3290958007a58e7 (diff)
parent528dfab211936ee7794f9227311f04656a4d5252 (diff)
downloadgitlab-fc2ed136c10920c5c0ef11247d0287b12e2a25ed.tar.gz
Merge pull request #984 from derekschrock/patch-1
chore: build_sphinx needs sphinx >= 1.7.6
-rw-r--r--rtd-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtd-requirements.txt b/rtd-requirements.txt
index 967d53a..e806aa5 100644
--- a/rtd-requirements.txt
+++ b/rtd-requirements.txt
@@ -1,3 +1,3 @@
-r requirements.txt
jinja2
-sphinx>=1.3
+sphinx>=1.7.6