Skip to content

Commit 767402d

Browse files
committed
Update documentation configuration.
1 parent 3078fbc commit 767402d

File tree

6 files changed

+7
-89
lines changed

6 files changed

+7
-89
lines changed

.readthedocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ version: 2
55
sphinx:
66
builder: html
77
configuration: doc-source/conf.py
8-
formats: all
8+
formats:
9+
- pdf
10+
- htmlzip
911
python:
1012
version: 3.8
1113
install:

doc-source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"sphinx_toolbox.more_autodoc",
4141
"sphinx_toolbox.more_autosummary",
4242
"sphinx_toolbox.tweaks.param_dash",
43+
"sphinx_toolbox.tweaks.latex_toc",
4344
"sphinx.ext.intersphinx",
4445
"sphinx.ext.mathjax",
4546
"sphinxcontrib.httpdomain",
@@ -50,10 +51,10 @@
5051
"sphinx_copybutton",
5152
"sphinxcontrib.default_values",
5253
"sphinxcontrib.toctree_plus",
54+
"sphinx_debuginfo",
5355
"seed_intersphinx_mapping",
5456
"sphinx_autofixture",
5557
"sphinx_highlights",
56-
"latex_toctree_sections",
5758
]
5859

5960
sphinxemoji_style = "twemoji"

doc-source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ domdf_python_tools
124124
.. |pre_commit_ci| pre-commit-ci-shield::
125125
:alt: pre-commit.ci status
126126

127-
128127
.. end shields
129128
130129

doc-source/latex_toctree_sections.py

Lines changed: 0 additions & 83 deletions
This file was deleted.

doc-source/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ seed-intersphinx-mapping>=0.3.1
1010
sphinx<3.4.0,>=3.0.3
1111
sphinx-autofixture>=0.2.1
1212
sphinx-copybutton>=0.2.12
13+
sphinx-debuginfo>=0.1.0
1314
sphinx-highlights>=0.1.0
1415
sphinx-notfound-page>=0.5
1516
sphinx-prompt>=1.1.0
1617
sphinx-tabs>=1.1.13
17-
sphinx-toolbox>=1.8.3
18+
sphinx-toolbox>=2.1.0
1819
sphinxcontrib-httpdomain>=1.7.0
1920
sphinxemoji>=0.1.6
2021
toctree-plus>=0.1.0

repo_helper.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ mypy_deps:
6363
extra_sphinx_extensions:
6464
- sphinx_autofixture
6565
- sphinx_highlights
66-
- latex_toctree_sections
6766

6867
tox_unmanaged:
6968
- testenv
@@ -84,5 +83,4 @@ tox_testenv_extras: all
8483
min_coverage: 95
8584
mypy_version: "0.800"
8685
docs_fail_on_warning: true
87-
8886
requires_python: 3.6

0 commit comments

Comments
 (0)