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.6 (unreleased )
5+ 0.8.6 (2026-05-12 )
66==================
77
88- Add index templates for extension-defined cross-reference types so related
Original file line number Diff line number Diff line change 6161
6262 .. code-block :: text
6363
64- sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.5
64+ sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.6
6565
6666 #. Add to ``docs/conf.py ``:
6767
@@ -111,7 +111,7 @@ Setup
111111
112112 repos :
113113 - repo : https://github.com/scrapy/sphinx-scrapy
114- rev : 0.8.5
114+ rev : 0.8.6
115115 hooks :
116116 - id : sphinx-scrapy
117117
@@ -121,7 +121,7 @@ Setup
121121
122122 [tox]
123123 requires =
124- sphinx-scrapy[tox] @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.5
124+ sphinx-scrapy[tox] @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.6
125125 envlist = …,docs
126126
127127 .. 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.5 "
7+ version = " 0.8.6 "
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.5 "
62+ current_version = " 0.8.6 "
6363commit = true
6464tag = true
6565tag_name = " {new_version}"
You can’t perform that action at this time.
0 commit comments