Skip to content

Commit 790ee46

Browse files
committed
Releax Sphinx version and bump mypy version.
1 parent c9a82c8 commit 790ee46

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc-source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ furo>=2020.11.19b18
55
pyyaml>=5.3.1
66
repo-helper-sphinx-theme>=0.0.2
77
seed-intersphinx-mapping>=0.3.1
8-
sphinx<3.4.0,>=3.0.3
8+
sphinx>=3.0.3
99
sphinx-copybutton>=0.2.12
1010
sphinx-debuginfo>=0.1.0
1111
sphinx-notfound-page>=0.5

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ use_whey: true
1414
min_coverage: 100
1515
sphinx_html_theme: furo
1616
standalone_contrib_guide: true
17+
mypy_version: "0.812"
1718

1819
conda_channels:
1920
- conda-forge

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ basepython = python3.6
6060
ignore_errors = True
6161
changedir = {toxinidir}
6262
deps =
63-
mypy==0.800
63+
mypy==0.812
6464
-r{toxinidir}/tests/requirements.txt
6565
commands = mypy flake8_strftime tests {posargs}
6666

0 commit comments

Comments
 (0)