File tree Expand file tree Collapse file tree
sphinxcontrib/test_reports Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ Unreleased
77----------
88:Released: under development
99
10+ .. _`release:1.3.2` :
11+
12+ 1.3.2
13+ -----
14+ :Released: 13.11.2025
15+
16+ This release improves Sphinx-Test-Reports compatibility with Sphinx and
17+ fixes some Sphinx related deprecation warnings.
18+
19+ * Bugfix: Fix deprecation warnings with Sphinx 8.
20+ `#128 <https://github.com/useblocks/sphinx-test-reports/pull/128 >`_
21+
1022.. _`release:1.3.1` :
1123
12241.3.1
Original file line number Diff line number Diff line change 3131# The short X.Y version
3232version = "1.3"
3333# The full version, including alpha/beta/rc tags
34- release = "1.3.1 "
34+ release = "1.3.2 "
3535
3636needs_id_regex = ".*"
3737needs_css = "dark.css"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " sphinx-test-reports"
7- version = " 1.3.1 "
7+ version = " 1.3.2 "
88description = " Sphinx extension for showing test results and test environment information inside sphinx documentations"
99readme = " README.rst"
1010license = { text = " MIT" }
Original file line number Diff line number Diff line change 3737
3838# fmt: on
3939
40- VERSION = "1.3.1 "
40+ VERSION = "1.3.2 "
4141
4242
4343def setup (app : Sphinx ):
You canβt perform that action at this time.
0 commit comments