Skip to content

Commit

Permalink
update docs/conf to match version
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Oct 7, 2023
1 parent 1d6fcab commit 29cf652
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ testenv-additional = [
" coverage combine",
" coverage html",
" coverage report -m --fail-under=100",
"depends = py37,py38,py39,py39-datetime,py310,py311,py312coverage",
"depends = py37,py38,py39,py39-datetime,py310,py311,py312,coverage",
]
coverage-basepython = "python3.8"
coverage-command = "pytest --cov=src --cov=tests --cov-report= {posargs}"
Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@

# General information about the project.
project = 'RestrictedPython'
copyright = '2017-2022, Zope Foundation and Contributors'
copyright = '2017-2023, Zope Foundation and Contributors'
author = 'The Zope & Plone developer community'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '5.0'
version = '7.0'
# The full version, including alpha/beta/rc tags.
release = '5.0'
release = '7.0a1.dev2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -217,7 +217,7 @@
# html_search_scorer = 'scorer.js'

# Output file base name for HTML help builder.
htmlhelp_basename = 'RestrictedPythondoc'
htmlhelp_basename = 'RestrictedPython_doc'

# -- Options for LaTeX output ---------------------------------------------

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ commands =
check-python-versions
deps =
check-manifest
check-python-versions >= 0.19.1
check-python-versions >= 0.20.0
wheel
flake8
isort
Expand All @@ -85,6 +85,7 @@ commands_pre =
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
coverage run -a -m sphinx -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest

[testenv:coverage]
basepython = python3.8
Expand Down

0 comments on commit 29cf652

Please sign in to comment.