Commit 99ff512b authored by Victor Zverovich's avatar Victor Zverovich

Use sphinx bootstrap theme from subproject

parent 00197937
...@@ -83,7 +83,9 @@ release = version ...@@ -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 = { ...@@ -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".
......
Subproject commit 4cf6be855af136d121f8e5bc06ce9621881a06fb Subproject commit ef8b6399ee6da8de2250b6f87a0dd9d05f0cefa8
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment