File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ These release notes are based on
8
8
sphinx-codeautolink adheres to
9
9
`Semantic Versioning <https://semver.org >`_.
10
10
11
- Unreleased
12
- ----------
11
+ 0.17.3 (2025-03-06)
12
+ -------------------
13
13
- Fix Sphinx InventoryItem deprecation warning (:issue: `173 `)
14
14
- Add support for the DIRHTML Sphinx builder (:issue: `188 `)
15
15
Original file line number Diff line number Diff line change 8
8
from .extension .block import clean_ipython , clean_pycon
9
9
from .extension .translation import MESSAGE_CATALOG_NAME
10
10
11
- __version__ = "0.17.2 "
11
+ __version__ = "0.17.3 "
12
12
13
13
14
14
def setup (app : Sphinx ):
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ commands = coverage run
35
35
[testenv:doc8]
36
36
description = Check documentation .rst files
37
37
allowlist_externals = doc8
38
- commands = doc8 docs/src
38
+ commands = doc8 docs/src --quiet
39
39
40
40
[testenv:docs]
41
41
description = Build Sphinx documentation
@@ -62,7 +62,7 @@ description = Build and check package
62
62
deps = -r requirements/build
63
63
allowlist_externals = rm, cmd
64
64
commands =
65
- python -m build
65
+ python -m build -C--quiet
66
66
twine check --strict dist/*
67
67
commands_post =
68
68
lin,mac: rm -r dist
@@ -76,7 +76,7 @@ commands_pre =
76
76
lin,mac: rm -rf dist
77
77
win: cmd /c if exist dist rmdir /s /q dist
78
78
commands =
79
- python -m build
79
+ python -m build -C--quiet
80
80
twine check --strict dist/*
81
81
twine upload dist/* --config-file .pypirc
82
82
commands_post =
You can’t perform that action at this time.
0 commit comments