From d5bc94cd93070241f8f3ffbc0877fd7f107460c1 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 8 Apr 2019 23:57:52 +0200 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5a6f9ce16..9d09b11e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,7 +100,7 @@ html_theme = "sphinx_rtd_theme" # html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -html_theme_path = ["_themes", ] +html_theme_path = ["_themes"] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation".