Skip to content

Commit 4674b6f

Browse files
committed
Simplify the docs structure
1 parent 3e5a796 commit 4674b6f

37 files changed

+31
-34
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
version: 2
2-
32
build:
4-
os: ubuntu-22.04
3+
os: ubuntu-24.04
54
tools:
6-
python: "3.11"
7-
5+
python: "3.13"
86
sphinx:
9-
configuration: docs/source/conf.py
10-
7+
configuration: docs/conf.py
118
python:
129
install:
13-
- requirements: docs/requirements-docs.txt
10+
- requirements: docs/requirements.txt

CONTRIBUTING.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ Ready to contribute? Here's how to set up `spidermon` for local development.
8181
#. When you're done making changes, check that your changes pass the tests,
8282
including testing other Python versions with tox::
8383

84-
$ pip install -r requirements.txt
85-
$ pip install -r requirements-docs.txt
8684
$ tox
8785

8886
#. Install the git hook scripts from pre-commit::

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ endif
2020
# Internal variables.
2121
PAPEROPT_a4 = -D latex_paper_size=a4
2222
PAPEROPT_letter = -D latex_paper_size=letter
23-
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
23+
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
2424
# the i18n builder cannot share the environment and doctrees with the others
25-
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
25+
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
2626

2727
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
2828

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)