Skip to content

Commit 27a907e

Browse files
authored
0.10.0 release notes; sphinx-scrapy: 0.8.3 → 0.8.4 (#99)
1 parent 1960df5 commit 27a907e

5 files changed

Lines changed: 18 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ repos:
2121
hooks:
2222
- id: sphinx-lint
2323
- repo: https://github.com/scrapy/sphinx-scrapy
24-
rev: 0.8.3
24+
rev: 0.8.4
2525
hooks:
2626
- id: sphinx-scrapy

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

4+
0.10.0 (unreleased)
5+
-------------------
6+
7+
* Dropped support for Python 3.9. Python 3.10+ is now required.
8+
9+
* Made the docs LLM-friendly.
10+
411
0.9.0 (2026-03-30)
512
------------------
613

docs/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ aiohttp
22
sphinx
33
sphinx-argparse
44
sphinx-rtd-theme
5-
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.3
5+
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.4
66
tenacity

docs/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile -p 3.14 requirements.in -o requirements.txt
2+
# uv pip compile -p 3.13 docs/requirements.in -o docs/requirements.txt
33
aiohappyeyeballs==2.6.1
44
# via aiohttp
55
aiohttp==3.13.5
6-
# via -r requirements.in
6+
# via -r docs/requirements.in
77
aiosignal==1.4.0
88
# via aiohttp
99
alabaster==1.0.0
@@ -58,7 +58,7 @@ snowballstemmer==3.0.1
5858
# via sphinx
5959
sphinx==9.1.0
6060
# via
61-
# -r requirements.in
61+
# -r docs/requirements.in
6262
# sphinx-argparse
6363
# sphinx-copybutton
6464
# sphinx-last-updated-by-git
@@ -68,7 +68,7 @@ sphinx==9.1.0
6868
# sphinx-scrapy
6969
# sphinxcontrib-jquery
7070
sphinx-argparse==0.5.2
71-
# via -r requirements.in
71+
# via -r docs/requirements.in
7272
sphinx-copybutton==0.5.2
7373
# via sphinx-scrapy
7474
sphinx-last-updated-by-git==0.3.8
@@ -78,9 +78,9 @@ sphinx-llms-txt @ git+https://github.com/zytedata/sphinx-llms-txt.git@5e8866cb0c
7878
sphinx-markdown-builder @ git+https://github.com/zytedata/sphinx-markdown-builder.git@cfe4c0bfd7b4542f7e6b65a58cdf9ec765829940
7979
# via sphinx-scrapy
8080
sphinx-rtd-theme==3.1.0
81-
# via -r requirements.in
82-
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@f20366277f2598d0c8a60e55fe282aff2da40dcf
83-
# via -r requirements.in
81+
# via -r docs/requirements.in
82+
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@eef1f8c3ab3b74b6891752b8f4624373345bae26
83+
# via -r docs/requirements.in
8484
sphinx-sitemap==2.9.0
8585
# via sphinx-scrapy
8686
sphinxcontrib-applehelp==2.0.0
@@ -100,7 +100,7 @@ sphinxcontrib-serializinghtml==2.0.0
100100
tabulate==0.10.0
101101
# via sphinx-markdown-builder
102102
tenacity==9.1.4
103-
# via -r requirements.in
103+
# via -r docs/requirements.in
104104
urllib3==2.6.3
105105
# via requests
106106
yarl==1.23.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
requires =
3-
sphinx-scrapy[tox] @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.3
3+
sphinx-scrapy[tox] @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.4
44
envlist = pre-commit,mypy,min,min-x402,py310,py311,py312,py313,x402,docs,twine
55

66
[testenv]

0 commit comments

Comments
 (0)