File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ You may run the tests via::
1515
1616Documentation pull requests welcome. The Sphinx documentation can be compiled via::
1717
18- uv run sphinx-build -b html docs docs/_build/html
18+ uv run sphinx-build -W -b doctest - b html docs docs/_build/html
1919
2020Bug reports welcome, even more so if they include a correct patch. Much
2121more so if you start your patch by adding a failing unit test, and correct
Original file line number Diff line number Diff line change 22import pathlib
33import sys
44
5- from pkg_resources import get_distribution
5+ from django_select2 import __version__ as release
66
77BASE_DIR = pathlib .Path (__file__ ).resolve (strict = True ).parent .parent
88
2020
2121
2222project = "Django-Select2"
23- author = "Johannes Hoppe"
24- copyright = "2017-2020, Johannes Hoppe"
25- release = get_distribution ("django_select2" ).version
23+ author = "Johannes Maron"
2624version = "." .join (release .split ("." )[:2 ])
2725
28-
2926master_doc = "index" # default in Sphinx v2
3027
3128
You can’t perform that action at this time.
0 commit comments