From 44fdb8120dfb95efddf91e4f4a875c16b5e106d7 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Fri, 9 Aug 2019 14:57:45 +0200 Subject: [PATCH] Switch to sphinx_rtd_theme documentation theme --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 62d561e..e11de2f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -140,7 +140,8 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'alabaster' +# html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' #official readthedocs theme used also by Martin # 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 -- GitLab