Skip to content

Commit ac7c3c1

Browse files
committed
Relax Sphinx version and bump mypy version.
1 parent 9618f2f commit ac7c3c1

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ tag = True
99

1010
[bumpversion:file:doc-source/index.rst]
1111

12+
[bumpversion:file:doc-source/usage.rst]
13+
1214
[bumpversion:file:repo_helper.yml]
1315

1416
[bumpversion:file:flake8_sphinx_links/__init__.py]

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ To install with ``conda``:
156156
157157
.. end installation
158158
159-
flake8 codes
159+
Flake8 codes
160160
--------------
161161

162162
============== =====================================================================

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 @@ python_deploy_version: 3.6
1414
use_whey: true
1515
min_coverage: 100
1616
sphinx_html_theme: furo
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_sphinx_links tests {posargs}
6666

0 commit comments

Comments
 (0)