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:
commit
8850beb828
2 changed files with 2 additions and 2 deletions
|
|
@ -3,4 +3,4 @@
|
||||||
# Development
|
# Development
|
||||||
flake8
|
flake8
|
||||||
flake8-import-order
|
flake8-import-order
|
||||||
sphinx
|
sphinx==1.4.9
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -24,7 +24,7 @@ commands =
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
deps =
|
deps =
|
||||||
sphinx
|
sphinx==1.4.9
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
changedir = docs
|
changedir = docs
|
||||||
commands =
|
commands =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue