1
0
Fork 0
forked from github/pelican

Merge pull request #2060 from avaris/fix_markdown_lexer

Pin Sphinx version to 1.4.9 for docs tests. Fixes #2059
This commit is contained in:
Justin Mayer 2016-12-10 10:06:28 -08:00 committed by GitHub
commit 8850beb828
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
# Development
flake8
flake8-import-order
sphinx
sphinx==1.4.9

View file

@ -24,7 +24,7 @@ commands =
[testenv:docs]
basepython = python2.7
deps =
sphinx
sphinx==1.4.9
sphinx_rtd_theme
changedir = docs
commands =