Skip to content

Commit ed55a00

Browse files
Updated files with 'repo_helper'. (#39)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent a32ac36 commit ed55a00

File tree

4 files changed

+3
-17
lines changed

4 files changed

+3
-17
lines changed

__pkginfo__.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

doc-source/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ git+https://github.com/sphinx-toolbox/sphinx-toolbox-experimental
22
default-values>=0.5.0
33
extras-require>=0.2.0
44
furo>=2020.11.19b18
5+
html-section>=0.1.0
56
pyyaml>=5.3.1
67
repo-helper-sphinx-theme>=0.0.2
78
seed-intersphinx-mapping>=0.3.1

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ basepython = python3.6
6262
ignore_errors = True
6363
changedir = {toxinidir}
6464
deps =
65-
mypy==0.910
65+
mypy==0.931
6666
-r{toxinidir}/tests/requirements.txt
6767
commands = mypy flake8_strftime tests {posargs}
6868

0 commit comments

Comments
 (0)