diff --git a/source/conf.py b/source/conf.py index 8b2d5286..367c1e87 100644 --- a/source/conf.py +++ b/source/conf.py @@ -1,31 +1,11 @@ # -*- coding: utf-8 -*- -# -# Lubuntu Manual documentation build configuration file, created by -# sphinx-quickstart on Thu Aug 4 09:40:51 2016. -# -# This file is execfile()d with the current directory set to its -# containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -# +import sphinx_bootstrap_theme + # import os # import sys # sys.path.insert(0, os.path.abspath('.')) -# -- General configuration ------------------------------------------------ - -# If your documentation needs a minimal Sphinx version, state it here. -# -# needs_sphinx = '1.0' - # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. @@ -46,6 +26,8 @@ source_suffix = '.rst' # # source_encoding = 'utf-8-sig' +html_logo = "manual64.png" + # The master toctree document. master_doc = 'index' @@ -121,7 +103,7 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'bootstrap' # 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 @@ -130,7 +112,7 @@ html_theme = 'alabaster' # html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -# html_theme_path = [] +html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() # The name for this set of Sphinx documents. # " v documentation" by default. diff --git a/source/manual64.png b/source/manual64.png new file mode 100644 index 00000000..f1951d52 Binary files /dev/null and b/source/manual64.png differ