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.7.1 (unreleased )
5+ 0.7.1 (2026-04-06 )
66==================
77
88- Fixed the generated Read the Docs configuration, which was causing builds
Original file line number Diff line number Diff line change 5858
5959 .. code-block ::
6060
61- sphinx-scrapy==0.7.0
61+ sphinx-scrapy==0.7.1
6262
6363 #. Add to ``docs/conf.py ``:
6464
@@ -100,7 +100,7 @@ Setup
100100
101101 repos :
102102 - repo : https://github.com/scrapy/sphinx-scrapy
103- rev : 0.7.0
103+ rev : 0.7.1
104104 hooks :
105105 - id : sphinx-scrapy
106106
@@ -110,7 +110,7 @@ Setup
110110
111111 [tox]
112112 requires =
113- sphinx-scrapy ==0.7.0
113+ sphinx-scrapy ==0.7.1
114114 envlist = …,docs
115115
116116 .. 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.7.0 "
7+ version = " 0.7.1 "
88description = " Sphinx extension for documentation in the Scrapy ecosystem"
99dependencies = [
1010 " packaging" ,
@@ -55,7 +55,7 @@ allow-direct-references = true
5555strict = true
5656
5757[tool .bumpversion ]
58- current_version = " 0.7.0 "
58+ current_version = " 0.7.1 "
5959commit = true
6060tag = true
6161tag_name = " {new_version}"
You can’t perform that action at this time.
0 commit comments