From a747baff862b7a9c504de0d03718a89526b21b50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Vavru=C5=A1a?= Date: Sun, 12 Apr 2015 21:57:01 +0200 Subject: [PATCH] doc: default template the same as on rtd --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 7fdba1375..25ca5624c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,6 +49,8 @@ html_use_smartypants = True # Output file base name for HTML help builder. htmlhelp_basename = 'apidoc' +# Theme +html_theme = 'sphinx_rtd_theme' # -- Options for LaTeX output -------------------------------------------------- -- 2.47.2