From 1f89dba702a009880e3d129f10f26020084d4d38 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Fri, 25 Aug 2017 22:46:36 +0200 Subject: [PATCH] Minor Sphinx theme switch (The links sidebar was not shown on readthedocs.io) --- docs/_templates/caption.html | 1 + docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 docs/_templates/caption.html diff --git a/docs/_templates/caption.html b/docs/_templates/caption.html new file mode 100644 index 0000000..0c367ea --- /dev/null +++ b/docs/_templates/caption.html @@ -0,0 +1 @@ +

Instaloader

diff --git a/docs/conf.py b/docs/conf.py index 1b30dd4..4422474 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,7 +123,7 @@ 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 = 'default' +html_theme = 'alabaster' # 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 @@ -178,7 +178,7 @@ html_static_path = ['_static'] # Custom sidebar templates, maps document names to template names. # -html_sidebars = {'**': ["globaltoc.html", "relations.html", "links.html"] } +html_sidebars = {'**': ["caption.html", "globaltoc.html", "relations.html", "links.html"] } # Additional templates that should be rendered to pages, maps page names to # template names.