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
55sphinx :
66 builder : html
77 configuration : doc-source/conf.py
8- formats : all
8+ formats :
9+ - pdf
10+ - htmlzip
911python :
1012 version : 3.8
1113 install :
Original file line number Diff line number Diff line change 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" ,
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
5960sphinxemoji_style = "twemoji"
Original file line number Diff line number Diff 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
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
1010sphinx < 3.4.0 ,>= 3.0.3
1111sphinx-autofixture >= 0.2.1
1212sphinx-copybutton >= 0.2.12
13+ sphinx-debuginfo >= 0.1.0
1314sphinx-highlights >= 0.1.0
1415sphinx-notfound-page >= 0.5
1516sphinx-prompt >= 1.1.0
1617sphinx-tabs >= 1.1.13
17- sphinx-toolbox >= 1.8.3
18+ sphinx-toolbox >= 2.1.0
1819sphinxcontrib-httpdomain >= 1.7.0
1920sphinxemoji >= 0.1.6
2021toctree-plus >= 0.1.0
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ mypy_deps:
6363extra_sphinx_extensions :
6464 - sphinx_autofixture
6565 - sphinx_highlights
66- - latex_toctree_sections
6766
6867tox_unmanaged :
6968 - testenv
@@ -84,5 +83,4 @@ tox_testenv_extras: all
8483min_coverage : 95
8584mypy_version : " 0.800"
8685docs_fail_on_warning : true
87-
8886requires_python : 3.6
You can’t perform that action at this time.
0 commit comments