sphinx-scrapy: 0.7.1 → 0.8.3 (#7454)

This commit is contained in:
Adrian 2026-04-23 10:03:09 +02:00 committed by GitHub
parent 320e40a044
commit 41f43f4649
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 6 deletions

View File

@ -27,6 +27,6 @@ repos:
hooks:
- id: sphinx-lint
- repo: https://github.com/scrapy/sphinx-scrapy
rev: 0.7.1
rev: 0.8.3
hooks:
- id: sphinx-scrapy

View File

@ -5,4 +5,4 @@ sphinx
sphinx-notfound-page
sphinx-rtd-theme
sphinx-rtd-dark-mode
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.7.1
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.3

View File

@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt
# uv pip compile -p 3.13 requirements.in -o requirements.txt
alabaster==1.0.0
# via sphinx
annotated-types==0.7.0
@ -130,6 +130,7 @@ sphinx==9.1.0
# via
# -r requirements.in
# sphinx-copybutton
# sphinx-last-updated-by-git
# sphinx-llms-txt
# sphinx-markdown-builder
# sphinx-notfound-page
@ -138,9 +139,11 @@ sphinx==9.1.0
# sphinxcontrib-jquery
sphinx-copybutton==0.5.2
# via sphinx-scrapy
sphinx-last-updated-by-git==0.3.8
# via sphinx-sitemap
sphinx-llms-txt @ git+https://github.com/zytedata/sphinx-llms-txt.git@5e8866cb0cc249aa2017ad9050b3b83a7ca16f69
# via sphinx-scrapy
sphinx-markdown-builder @ git+https://github.com/zytedata/sphinx-markdown-builder.git@ac9f8babfe622e4300099ab44b96d9d9228e742e
sphinx-markdown-builder @ git+https://github.com/zytedata/sphinx-markdown-builder.git@cfe4c0bfd7b4542f7e6b65a58cdf9ec765829940
# via sphinx-scrapy
sphinx-notfound-page==1.1.0
# via -r requirements.in
@ -150,8 +153,10 @@ sphinx-rtd-theme==3.1.0
# via
# -r requirements.in
# sphinx-rtd-dark-mode
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@2b5f6c7de64c8317cb771fdeb2e5020d1c9c9dcf
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@f20366277f2598d0c8a60e55fe282aff2da40dcf
# via -r requirements.in
sphinx-sitemap==2.9.0
# via sphinx-scrapy
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0

View File

@ -5,7 +5,7 @@
[tox]
requires =
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.7.1
sphinx-scrapy[tox] @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.3
envlist = pre-commit,pylint,typing,py,docs
minversion = 1.7.0