Skip to content

Commit daccc92

Browse files
committed
docs: fix readthedocs
1 parent 3245d28 commit daccc92

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ search = version: {current_version}
2828
replace = version: {new_version}
2929

3030
[bumpversion:file:HISTORY.rst]
31-
search = .. comment:: bumpversion marker
32-
replace = .. comment:: bumpversion marker
31+
search = .. bumpversion marker
32+
replace = .. bumpversion marker
3333

3434
{new_version} ({now:%Y-%m-%d})
3535
------------------

.readthedocs.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ sphinx:
55
fail_on_warning: true
66

77
build:
8-
os: ubuntu-20.04
8+
os: ubuntu-22.04
99
tools:
1010
# For available versions, see:
1111
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
12-
python: "3.7" # Keep in sync with .github/workflows/checks.yml
13-
scrapy: "2.6.1"
14-
12+
python: "3.12"
13+
1514
python:
1615
install:
1716
- requirements: docs/requirements.txt
18-
- path: .
17+
- path: .

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
.. comment:: bumpversion marker
5+
.. bumpversion marker
66
77
0.9.0 (2024-07-06)
88
------------------

src/scrapy_redis/spiders.py

+2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ def make_request_from_data(self, data):
155155
156156
For example:
157157
158+
.. code:: json
159+
158160
{
159161
"url": "https://example.com",
160162
"meta": {

0 commit comments

Comments
 (0)