mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 11:49:40 +02:00
Move numfig configuration to general configuration
Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
parent
ec761273df
commit
34f94f7802
1 changed files with 5 additions and 5 deletions
|
@ -24,6 +24,11 @@ source_suffix = ['.md', '.rst']
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
exclude_patterns = []
|
exclude_patterns = []
|
||||||
|
|
||||||
|
# number code-blocks, figures and tables, if they have a caption
|
||||||
|
numfig = True
|
||||||
|
# number figures in flat hierarchy
|
||||||
|
numfig_secnum_depth = 0
|
||||||
|
|
||||||
# -- Options for EPUB output -------------------------------------------------
|
# -- Options for EPUB output -------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-epub-output
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-epub-output
|
||||||
|
|
||||||
|
@ -51,8 +56,3 @@ html_theme_options = {
|
||||||
# we want to circumvent obscure warnings about footnotes following a heading:
|
# we want to circumvent obscure warnings about footnotes following a heading:
|
||||||
# https://github.com/executablebooks/MyST-Parser/issues/352
|
# https://github.com/executablebooks/MyST-Parser/issues/352
|
||||||
myst_footnote_transition = False
|
myst_footnote_transition = False
|
||||||
|
|
||||||
# number code-blocks, figures and tables, if they have a caption
|
|
||||||
numfig = True
|
|
||||||
# number figures in flat hierarchy
|
|
||||||
numfig_secnum_depth = 0
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue