File tree Expand file tree Collapse file tree 6 files changed +7
-89
lines changed Expand file tree Collapse file tree 6 files changed +7
-89
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ version: 2
5
5
sphinx :
6
6
builder : html
7
7
configuration : doc-source/conf.py
8
- formats : all
8
+ formats :
9
+ - pdf
10
+ - htmlzip
9
11
python :
10
12
version : 3.8
11
13
install :
Original file line number Diff line number Diff line change 40
40
"sphinx_toolbox.more_autodoc" ,
41
41
"sphinx_toolbox.more_autosummary" ,
42
42
"sphinx_toolbox.tweaks.param_dash" ,
43
+ "sphinx_toolbox.tweaks.latex_toc" ,
43
44
"sphinx.ext.intersphinx" ,
44
45
"sphinx.ext.mathjax" ,
45
46
"sphinxcontrib.httpdomain" ,
50
51
"sphinx_copybutton" ,
51
52
"sphinxcontrib.default_values" ,
52
53
"sphinxcontrib.toctree_plus" ,
54
+ "sphinx_debuginfo" ,
53
55
"seed_intersphinx_mapping" ,
54
56
"sphinx_autofixture" ,
55
57
"sphinx_highlights" ,
56
- "latex_toctree_sections" ,
57
58
]
58
59
59
60
sphinxemoji_style = "twemoji"
Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ domdf_python_tools
124
124
.. |pre_commit_ci | pre-commit-ci-shield ::
125
125
:alt: pre-commit.ci status
126
126
127
-
128
127
.. end shields
129
128
130
129
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ seed-intersphinx-mapping>=0.3.1
10
10
sphinx < 3.4.0 ,>= 3.0.3
11
11
sphinx-autofixture >= 0.2.1
12
12
sphinx-copybutton >= 0.2.12
13
+ sphinx-debuginfo >= 0.1.0
13
14
sphinx-highlights >= 0.1.0
14
15
sphinx-notfound-page >= 0.5
15
16
sphinx-prompt >= 1.1.0
16
17
sphinx-tabs >= 1.1.13
17
- sphinx-toolbox >= 1.8.3
18
+ sphinx-toolbox >= 2.1.0
18
19
sphinxcontrib-httpdomain >= 1.7.0
19
20
sphinxemoji >= 0.1.6
20
21
toctree-plus >= 0.1.0
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ mypy_deps:
63
63
extra_sphinx_extensions :
64
64
- sphinx_autofixture
65
65
- sphinx_highlights
66
- - latex_toctree_sections
67
66
68
67
tox_unmanaged :
69
68
- testenv
@@ -84,5 +83,4 @@ tox_testenv_extras: all
84
83
min_coverage : 95
85
84
mypy_version : " 0.800"
86
85
docs_fail_on_warning : true
87
-
88
86
requires_python : 3.6
You can’t perform that action at this time.
0 commit comments