File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -190,9 +190,6 @@ def function_three():
190
190
"PyTest" ,
191
191
"PyTest-Cov" ,
192
192
"bump2version < 1" ,
193
- "sphinx < 2" ,
194
- # jinja2 3.0.3 was the last version to have contextfunction that sphinx 1.x needs
195
- "jinja2~=3.0.3" ,
196
193
"setuptools; python_version>='3.12'" ,
197
194
]
198
195
},
Original file line number Diff line number Diff line change @@ -30,10 +30,8 @@ deps =
30
30
31
31
[testenv:docs]
32
32
basepython = python
33
- # jinja2 3.0.3 was the last version to have contextfunction that sphinx 1.x needs
34
33
deps =
35
- sphinx < 2
36
- jinja2 == 3.0.3
34
+ -r docs/requirements.txt
37
35
commands =
38
36
sphinx-build -b html -d {envtmpdir}/doctrees docs/source/ {envtmpdir}/html
39
37
sphinx-build -b epub -d {envtmpdir}/doctrees docs/source/ {envtmpdir}/epub
You can’t perform that action at this time.
0 commit comments