From 543efa9518f8c377e00881bee39d8bc6469c7861 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Fri, 9 Aug 2019 15:01:11 +0200 Subject: [PATCH] Revert change of doc theme --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e11de2f..5bc0c3b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -140,8 +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 = 'sphinx_rtd_theme' #official readthedocs theme used also by Martin +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