From 466e2f7427dac4ad3efb21958bc529d2182ff215 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Tue, 14 Aug 2018 19:17:54 +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 7ebd706..37f9b31 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ release = 'v0.1' # Enable MathJax for Math extensions = ['sphinx.ext.mathjax', 'sphinx.ext.intersphinx', - 'sphinx_copybutton.sphinx_copybutton'] + 'sphinx_copybutton'] # The master toctree document. master_doc = 'index'