Skip to content

Commit

Permalink
Relax Sphinx version and bump mypy version.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 18, 2021
1 parent 9618f2f commit ac7c3c1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ tag = True

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

[bumpversion:file:doc-source/usage.rst]

[bumpversion:file:repo_helper.yml]

[bumpversion:file:flake8_sphinx_links/__init__.py]
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ To install with ``conda``:
.. end installation
flake8 codes
Flake8 codes
--------------

============== =====================================================================
Expand Down
2 changes: 1 addition & 1 deletion doc-source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ furo>=2020.11.19b18
pyyaml>=5.3.1
repo-helper-sphinx-theme>=0.0.2
seed-intersphinx-mapping>=0.3.1
sphinx<3.4.0,>=3.0.3
sphinx>=3.0.3
sphinx-copybutton>=0.2.12
sphinx-debuginfo>=0.1.0
sphinx-notfound-page>=0.5
Expand Down
1 change: 1 addition & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ python_deploy_version: 3.6
use_whey: true
min_coverage: 100
sphinx_html_theme: furo
mypy_version: "0.812"

conda_channels:
- conda-forge
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ basepython = python3.6
ignore_errors = True
changedir = {toxinidir}
deps =
mypy==0.800
mypy==0.812
-r{toxinidir}/tests/requirements.txt
commands = mypy flake8_sphinx_links tests {posargs}

Expand Down

0 comments on commit ac7c3c1

Please sign in to comment.