mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 18:29:19 +02:00
Use newer sphinx
This should hopefully fix the CI again. The version pinning might be overly strict, not sure how versions work in tox though.
This commit is contained in:
parent
12ef73c8e7
commit
6813e83955
1 changed files with 2 additions and 1 deletions
|
@ -38,8 +38,9 @@ commands =
|
|||
rst-lint --encoding 'utf-8' README.rst
|
||||
|
||||
[testenv:doc]
|
||||
basepython = python3.5
|
||||
deps =
|
||||
sphinx==1.8.5
|
||||
sphinx==2.0.1
|
||||
breathe
|
||||
|
||||
changedir = doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue