Skip to content

Commit fd3fb6a

Browse files
author
Alan Christie
committed
More doc tweaks
1 parent c4dbf3b commit fd3fb6a

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ build:
99
tools:
1010
python: "3.10"
1111
commands:
12-
- pip install -r build-requirements.txt
12+
- pip install -r docs-requirements.txt
1313
- export PYTHONPATH=${PYTHONPATH}:./src
1414
- sphinx-build -b html docs _readthedocs/html/

build-requirements.txt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
pylint
22
pyroma
33
mypy
4-
sphinx == 4.5.0
5-
sphinx-rtd-theme == 1.0.0
6-
sphinx-toolbox == 3.1.2

docs-requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sphinx == 5.0.2
2+
sphinx-rtd-theme == 1.0.0
3+
sphinx-toolbox == 3.1.2

docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3232
# ones.
3333
extensions = ['sphinx.ext.autodoc',
34-
'sphinx_toolbox.more_autodoc.autonamedtuple',
3534
]
3635

3736
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)