From 73142e9cd4123e6bc1f26ee44e77fa161fd35ac3 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 10 Jan 2017 06:53:58 -0500 Subject: [PATCH] update docs --- docs/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index da01159a..473903fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,6 +22,12 @@ # sys.path.insert(0, os.path.abspath('.')) +import sphinx_rtd_theme + +html_theme = "sphinx_rtd_theme" + +html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] + # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here.