Use sphinx-scrapy 0.7.1 (#7406)

This commit is contained in:
Adrian 2026-04-06 15:29:59 +02:00 committed by GitHub
parent 8a26c3c2a0
commit 010faf1722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 4 deletions

View File

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

View File

@ -6,4 +6,5 @@ build:
commands:
- pip install tox
- tox -e docs
- mkdir -p $READTHEDOCS_OUTPUT/html
- cp -a docs/_build/all/. $READTHEDOCS_OUTPUT/html/

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.0
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.7.1

View File

@ -150,7 +150,7 @@ sphinx-rtd-theme==3.1.0
# via
# -r requirements.in
# sphinx-rtd-dark-mode
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@46c52fc3a6d5ee632a8ef6bccf4daa1ff53e96fd
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@2b5f6c7de64c8317cb771fdeb2e5020d1c9c9dcf
# via -r requirements.in
sphinxcontrib-applehelp==2.0.0
# via sphinx

View File

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