diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-12-22 09:58:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-22 09:58:21 +0100 |
commit | fc2ed136c10920c5c0ef11247d0287b12e2a25ed (patch) | |
tree | a67d5688023261703b5f7b76ee613790551a010c | |
parent | 83fcd1b189ea9acfec79a4b3b3290958007a58e7 (diff) | |
parent | 528dfab211936ee7794f9227311f04656a4d5252 (diff) | |
download | gitlab-fc2ed136c10920c5c0ef11247d0287b12e2a25ed.tar.gz |
Merge pull request #984 from derekschrock/patch-1
chore: build_sphinx needs sphinx >= 1.7.6
-rw-r--r-- | rtd-requirements.txt | 2 |
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 |