mirror of https://github.com/scrapy/scrapy.git
Use sphinx-scrapy 0.7.1 (#7406)
This commit is contained in:
parent
8a26c3c2a0
commit
010faf1722
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue