Skip to content

Commit a449fde

Browse files
authored
sphinx-scrapy: 0.7.1 → 0.8.4 (#282)
1 parent 2c478c0 commit a449fde

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ repos:
2525
hooks:
2626
- id: actionlint
2727
- repo: https://github.com/scrapy/sphinx-scrapy
28-
rev: 0.7.1
28+
rev: 0.8.4
2929
hooks:
3030
- id: sphinx-scrapy

docs/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
enum-tools[sphinx]
22
sphinx<9 # https://github.com/domdfcoding/enum_tools/issues/118
33
sphinx-rtd-theme
4-
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.7.1
4+
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.4

docs/requirements.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ roman-numerals-py==4.1.0
9494
# via sphinx
9595
ruamel-yaml==0.18.16
9696
# via sphinx-toolbox
97+
ruamel-yaml-clib==0.2.15
98+
# via ruamel-yaml
9799
six==1.17.0
98100
# via html5lib
99101
snowballstemmer==3.0.1
@@ -107,6 +109,7 @@ sphinx==8.2.3
107109
# enum-tools
108110
# sphinx-autodoc-typehints
109111
# sphinx-copybutton
112+
# sphinx-last-updated-by-git
110113
# sphinx-llms-txt
111114
# sphinx-markdown-builder
112115
# sphinx-prompt
@@ -123,16 +126,20 @@ sphinx-jinja2-compat==0.4.1
123126
# via
124127
# enum-tools
125128
# sphinx-toolbox
129+
sphinx-last-updated-by-git==0.3.8
130+
# via sphinx-sitemap
126131
sphinx-llms-txt @ git+https://github.com/zytedata/sphinx-llms-txt.git@5e8866cb0cc249aa2017ad9050b3b83a7ca16f69
127132
# via sphinx-scrapy
128-
sphinx-markdown-builder @ git+https://github.com/zytedata/sphinx-markdown-builder.git@ac9f8babfe622e4300099ab44b96d9d9228e742e
133+
sphinx-markdown-builder @ git+https://github.com/zytedata/sphinx-markdown-builder.git@cfe4c0bfd7b4542f7e6b65a58cdf9ec765829940
129134
# via sphinx-scrapy
130135
sphinx-prompt==1.10.2
131136
# via sphinx-toolbox
132137
sphinx-rtd-theme==3.1.0
133138
# via -r requirements.in
134-
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@2b5f6c7de64c8317cb771fdeb2e5020d1c9c9dcf
139+
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@eef1f8c3ab3b74b6891752b8f4624373345bae26
135140
# via -r requirements.in
141+
sphinx-sitemap==2.9.0
142+
# via sphinx-scrapy
136143
sphinx-tabs==3.4.5
137144
# via sphinx-toolbox
138145
sphinx-toolbox==4.1.2
@@ -151,8 +158,6 @@ sphinxcontrib-qthelp==2.0.0
151158
# via sphinx
152159
sphinxcontrib-serializinghtml==2.0.0
153160
# via sphinx
154-
standard-imghdr==3.10.14
155-
# via sphinx-jinja2-compat
156161
tabulate==0.10.0
157162
# via
158163
# sphinx-markdown-builder

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 @ git+https://github.com/scrapy/sphinx-scrapy.git@0.7.1
3+
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.4
44
envlist =
55
pre-commit
66
mypy

0 commit comments

Comments
 (0)