Skip to content

Commit 15b8ea1

Browse files
committed
Use sphinx-scrapy 0.7.1
1 parent 1112055 commit 15b8ea1

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
22
- repo: https://github.com/scrapy/sphinx-scrapy
3-
rev: 0.7.0
3+
rev: 0.7.1
44
hooks:
55
- id: sphinx-scrapy

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ build:
66
commands:
77
- pip install tox
88
- tox -e docs
9+
- mkdir -p $READTHEDOCS_OUTPUT/html
910
- cp -a docs/_build/all/. $READTHEDOCS_OUTPUT/html/

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

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sphinx-markdown-builder @ git+https://github.com/zytedata/sphinx-markdown-builde
4949
# via sphinx-scrapy
5050
sphinx-rtd-theme==3.1.0
5151
# via -r requirements.in
52-
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@46c52fc3a6d5ee632a8ef6bccf4daa1ff53e96fd
52+
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@2b5f6c7de64c8317cb771fdeb2e5020d1c9c9dcf
5353
# via -r requirements.in
5454
sphinxcontrib-applehelp==2.0.0
5555
# 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@0.7.0
8+
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.7.1
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)