mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Use sphinx bootstrap theme from subproject
This commit is contained in:
parent
0019793786
commit
99ff512b32
@ -83,7 +83,9 @@ release = version
|
|||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
exclude_patterns = []
|
#exclude_patterns = []
|
||||||
|
|
||||||
|
exclude_trees = ['sphinx-bootstrap-theme']
|
||||||
|
|
||||||
# The reST default role (used for this markup: `text`) to use for all documents.
|
# The reST default role (used for this markup: `text`) to use for all documents.
|
||||||
#default_role = None
|
#default_role = None
|
||||||
@ -127,10 +129,13 @@ html_theme_options = {
|
|||||||
# Location of link to source.
|
# Location of link to source.
|
||||||
# Options are "nav" (default), "footer".
|
# Options are "nav" (default), "footer".
|
||||||
'source_link_position': "footer",
|
'source_link_position': "footer",
|
||||||
|
|
||||||
|
# Render the next and previous page links in navbar. (Default: true)
|
||||||
|
'navbar_sidebarrel': False
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add any paths that contain custom themes here, relative to this directory.
|
# Add any paths that contain custom themes here, relative to this directory.
|
||||||
html_theme_path = ['.']
|
html_theme_path = ['sphinx-bootstrap-theme']
|
||||||
|
|
||||||
# The name for this set of Sphinx documents. If None, it defaults to
|
# The name for this set of Sphinx documents. If None, it defaults to
|
||||||
# "<project> v<release> documentation".
|
# "<project> v<release> documentation".
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 4cf6be855af136d121f8e5bc06ce9621881a06fb
|
Subproject commit ef8b6399ee6da8de2250b6f87a0dd9d05f0cefa8
|
Loading…
Reference in New Issue
Block a user