Skip to content

Commit

Permalink
docs: fix readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmax committed Jul 6, 2024
1 parent 3245d28 commit daccc92
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ search = version: {current_version}
replace = version: {new_version}

[bumpversion:file:HISTORY.rst]
search = .. comment:: bumpversion marker
replace = .. comment:: bumpversion marker
search = .. bumpversion marker
replace = .. bumpversion marker

{new_version} ({now:%Y-%m-%d})
------------------
9 changes: 4 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ sphinx:
fail_on_warning: true

build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
# For available versions, see:
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
python: "3.7" # Keep in sync with .github/workflows/checks.yml
scrapy: "2.6.1"

python: "3.12"

python:
install:
- requirements: docs/requirements.txt
- path: .
- path: .
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

.. comment:: bumpversion marker
.. bumpversion marker
0.9.0 (2024-07-06)
------------------
Expand Down
2 changes: 2 additions & 0 deletions src/scrapy_redis/spiders.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ def make_request_from_data(self, data):
For example:
.. code:: json
{
"url": "https://example.com",
"meta": {
Expand Down

0 comments on commit daccc92

Please sign in to comment.