From d15cc716c979de7e5944c70760196a0e0b9835e1 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Fri, 7 Feb 2020 07:59:55 +1100 Subject: [PATCH] adding template file to copybutton install --- doc/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index a1b2fc9..3390fa4 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -sphinx>=2 +sphinx # Install ourselves . \ No newline at end of file diff --git a/setup.py b/setup.py index 9797bc9..1cedf52 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ license='MIT License', packages=find_packages(), package_data={'sphinx_copybutton': ['_static/copybutton.css', - '_static/copybutton.js', + '_static/copybutton.js_t', '_static/copy-button.svg', '_static/clipboard.min.js']}, classifiers=["License :: OSI Approved :: MIT License"],