Skip to content

Commit

Permalink
Upgrade Sphinx, and build the package on Python 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborhari committed May 11, 2024
1 parent b957385 commit f89aee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
'pytest-django~=4.5.2',
'tox~=4.5.2'],
'docs': [
'sphinx~=6.2.1',
'sphinx_rtd_theme~=1.2.1'],
'sphinx~=7.3.7',
'sphinx_rtd_theme~=2.0.0'],
'babel': [
'babel~=2.12.1']
},
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build

[testenv:package]
basepython = python3.12
basepython = python3.11
commands =
pip install -e .[babel]
pybabel compile --domain django --directory django_admin_reset/locale
Expand All @@ -37,8 +37,8 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312, docs, package
3.11: py311, package
3.12: py312, docs

[pytest]
DJANGO_SETTINGS_MODULE = django_admin_reset.tests.settings
Expand Down

0 comments on commit f89aee7

Please sign in to comment.