OSDN Git Service

bzip2 1.0.8: Update sources.
[linuxjm/jm.git] / guide / conf.py
index bdf51a5..4cc874f 100644 (file)
@@ -15,8 +15,6 @@
 import sys
 import os
 
-import sphinx_bootstrap_theme
-
 # 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.
@@ -50,7 +48,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Linux JM Guide'
-copyright = u'2016, Linux JM project'
+copyright = u'2016-2021, Linux JM project'
 author = u'Linux JM project'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -111,24 +109,16 @@ 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 = 'bootstrap'
+html_theme = 'nature'
+# html_theme = 'pyramid'
 
 # 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
 # documentation.
 #html_theme_options = {}
-html_theme_options = {
-    'bootswatch_theme': 'cosmo',
-    'navbar_links': [
-        (u'JM トップへ', 'http://linuxjm.osdn.jp/', 1),
-    ],
-    'navbar_sidebarrel': False,
-}
 
 # 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.  If None, it defaults to
 # "<project> v<release> documentation".