summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 746dbc6..9dbeabe 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -82,7 +82,15 @@ html_theme = 'alabaster'
# further. For a list of options available for each theme, see the
# documentation.
#
-# html_theme_options = {}
+html_theme_options = {
+ "description": "Preservation for the modern web",
+ "github_user": "PromyLOPh",
+ "github_repo": "crocoite",
+ "travis_button": True,
+ "github_button": True,
+ "codecov_button": True,
+ "fixed_sidebar": True,
+}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
@@ -97,7 +105,9 @@ html_static_path = ['_static']
# default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
# 'searchbox.html']``.
#
-# html_sidebars = {}
+html_sidebars = {
+ '**': ['about.html', 'navigation.html', 'searchbox.html'],
+}
# -- Options for HTMLHelp output ---------------------------------------------