From 51c7a58ac9acafeba1b0353a9457355280b015db Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Fri, 10 Aug 2018 16:09:38 -0700 Subject: [PATCH] Updating sphinx_copybutton import Going to self-merge this since the docs will be broken until it's updated! --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 10a4a3e00b..195814df20 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -34,7 +34,7 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = ['sphinx.ext.mathjax', - 'sphinx_copybutton'] + 'sphinx_copybutton.sphinx_copybutton'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']