File tree Expand file tree Collapse file tree 4 files changed +3
-17
lines changed Expand file tree Collapse file tree 4 files changed +3
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ git+https://github.com/sphinx-toolbox/sphinx-toolbox-experimental
22default-values >= 0.5.0
33extras-require >= 0.2.0
44furo >= 2020.11.19b18
5+ html-section >= 0.1.0
56pyyaml >= 5.3.1
67repo-helper-sphinx-theme >= 0.0.2
78seed-intersphinx-mapping >= 0.3.1
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ extensions = [
6969 " sphinx_debuginfo" ,
7070 " sphinx_licenseinfo" ,
7171 " seed_intersphinx_mapping" ,
72+ " html_section" ,
7273 " sphinx_toolbox.pre_commit" ,
7374 " sphinx_toolbox.flake8" ,
7475 " sphinx_toolbox_experimental.html_section" ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ basepython = python3.6
6262ignore_errors = True
6363changedir = {toxinidir}
6464deps =
65- mypy ==0.910
65+ mypy ==0.931
6666 -r{toxinidir}/tests/requirements.txt
6767commands = mypy flake8_strftime tests {posargs}
6868
You can’t perform that action at this time.
0 commit comments