diff options
author | Derek Schrock <dereks@lifeofadishwasher.com> | 2019-12-21 23:48:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-21 23:48:32 -0500 |
commit | 528dfab211936ee7794f9227311f04656a4d5252 (patch) | |
tree | a67d5688023261703b5f7b76ee613790551a010c | |
parent | 83fcd1b189ea9acfec79a4b3b3290958007a58e7 (diff) | |
download | gitlab-528dfab211936ee7794f9227311f04656a4d5252.tar.gz |
chore: build_sphinx needs sphinx >= 1.7.6
Stepping thru Sphinx versions from 1.6.5 to 1.7.5 build_sphinx fails. Once Sphinx == 1.7.6 build_sphinx finished.
-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 |