File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Release notes
33=============
44
5- 0.8.1 (unreleased )
5+ 0.8.1 (2026-04-10 )
66==================
77
88- Addressed warnings affecting sitemap generation due to missing ``/ `` at the
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Setup
108108
109109 repos :
110110 - repo : https://github.com/scrapy/sphinx-scrapy
111- rev : 0.8.0
111+ rev : 0.8.1
112112 hooks :
113113 - id : sphinx-scrapy
114114
@@ -118,7 +118,7 @@ Setup
118118
119119 [tox]
120120 requires =
121- sphinx-scrapy[tox]==0.8.0
121+ sphinx-scrapy[tox]==0.8.1
122122 envlist = …,docs
123123
124124 .. note :: ``docs`` in ``envlist`` is required.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " sphinx-scrapy"
7- version = " 0.8.0 "
7+ version = " 0.8.1 "
88description = " Sphinx extension for documentation in the Scrapy ecosystem"
99dependencies = [
1010 " packaging" ,
@@ -59,7 +59,7 @@ allow-direct-references = true
5959strict = true
6060
6161[tool .bumpversion ]
62- current_version = " 0.8.0 "
62+ current_version = " 0.8.1 "
6363commit = true
6464tag = true
6565tag_name = " {new_version}"
You can’t perform that action at this time.
0 commit comments