]> kaliko git repositories - mpd-sima.git/commitdiff
Using bootstrap theme
authorkaliko <kaliko@azylum.org>
Mon, 1 May 2017 16:13:22 +0000 (18:13 +0200)
committerkaliko <kaliko@azylum.org>
Mon, 22 Nov 2021 15:01:30 +0000 (16:01 +0100)
doc/source/conf.py

index ab853056a2a561cbe5225ff1b1ca457123a84df8..0fb2bdd50058f8bd54a8330ff50f10da6756d861 100644 (file)
@@ -54,7 +54,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = 'MPD_sima'
-copyright = '2015, kaliko'
+copyright = '2015-2017, kaliko'
 author = 'kaliko'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -115,8 +115,9 @@ todo_include_todos = False
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'alabaster'
-html_theme = 'classic'
+#html_theme = 'alabaster'
+html_theme = 'bootstrap'
+#html_theme = 'classic'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
@@ -124,7 +125,7 @@ html_theme = 'classic'
 #html_theme_options = {}
 
 # Add any paths that contain custom themes here, relative to this directory.
-#html_theme_path = []
+html_theme_path = ['/usr/lib/python3/dist-packages/sphinx_bootstrap_theme']
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".