Skip to content

Commit

Permalink
Updated files with 'repo_helper'. (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] committed Oct 23, 2023
1 parent 4bf0a9f commit 8231bc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc-source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default-values>=0.6.0
extras-require>=0.5.0
furo>=2020.11.19b18
furo==2021.06.18b36
html-section>=0.3.0
seed-intersphinx-mapping>=1.2.2
sphinx<3.4.0,>=3.0.3
Expand All @@ -13,5 +13,5 @@ sphinx-pyproject>=0.1.0
sphinx-tabs>=1.1.13
sphinx-toolbox>=3.5.0
sphinxcontrib-httpdomain>=1.7.0
sphinxemoji>=0.1.6
sphinxemoji>=0.2.0
toctree-plus>=0.6.1
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# * tox
# * envlists
# * testenv:.package
# * testenv:py313-dev
# * testenv:py312-dev
# * testenv:py312
# * testenv:docs
Expand Down Expand Up @@ -55,6 +56,7 @@ commands = sphinx-build -M {env:SPHINX_BUILDER:html} . ./build {posargs}
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
PIP_PREFER_BINARY=1
skip_install = True
changedir = {toxinidir}
deps =
Expand Down Expand Up @@ -172,6 +174,7 @@ plugins = coverage_pyver_pragma
[coverage:report]
fail_under = 80
show_missing = True
exclude_lines =
raise AssertionError
raise NotImplementedError
Expand Down

0 comments on commit 8231bc1

Please sign in to comment.