Skip to content

Commit 37ddd57

Browse files
committed
Use sphinx-scrapy 0.7.0
1 parent 4629565 commit 37ddd57

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

docs/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sphinx-rtd-theme
2-
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@999017c29b8bc213843e86e0e350a85c47493e34
2+
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.7.0

docs/requirements.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements.in
2+
# uv pip compile requirements.in -o requirements.txt
33
alabaster==1.0.0
44
# via sphinx
55
babel==2.18.0
@@ -35,18 +35,21 @@ snowballstemmer==3.0.1
3535
# via sphinx
3636
sphinx==9.1.0
3737
# via
38+
# sphinx-copybutton
3839
# sphinx-llms-txt
3940
# sphinx-markdown-builder
4041
# sphinx-rtd-theme
4142
# sphinx-scrapy
4243
# sphinxcontrib-jquery
43-
sphinx-llms-txt==0.7.1
44+
sphinx-copybutton==0.5.2
4445
# via sphinx-scrapy
45-
sphinx-markdown-builder @ git+https://github.com/AdrianAtZyte/sphinx-markdown-builder.git@2050ffaed43fcc523e03cc7a677cbcb5f5f6d30b
46+
sphinx-llms-txt @ git+https://github.com/zytedata/sphinx-llms-txt.git@5e8866cb0cc249aa2017ad9050b3b83a7ca16f69
47+
# via sphinx-scrapy
48+
sphinx-markdown-builder @ git+https://github.com/zytedata/sphinx-markdown-builder.git@ac9f8babfe622e4300099ab44b96d9d9228e742e
4649
# via sphinx-scrapy
4750
sphinx-rtd-theme==3.1.0
4851
# via -r requirements.in
49-
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@999017c29b8bc213843e86e0e350a85c47493e34
52+
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@46c52fc3a6d5ee632a8ef6bccf4daa1ff53e96fd
5053
# via -r requirements.in
5154
sphinxcontrib-applehelp==2.0.0
5255
# via sphinx

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tox]
77
requires =
8-
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@999017c29b8bc213843e86e0e350a85c47493e34
8+
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.7.0
99
# pypy3 excluded due to https://github.com/kevin1024/vcrpy/issues/885
1010
envlist = py{310,311,312}-{json,msgpack},docs
1111

0 commit comments

Comments
 (0)