8000 Move css/js file under sphinxext/ · thoo/scikit-learn@47ee912 · GitHub
[go: up one dir, main page]

Skip to content

Commit 47ee912

Browse files
committed
Move css/js file under sphinxext/
1 parent 82fca6f commit 47ee912

File tree

8000

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc/sphinxext/sphinx_copybutton.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131

3232

3333
def setup(app):
34-
app.add_stylesheet('css/sphinx_copybutton.css')
35-
app.add_javascript('js/sphinx_copybutton.js')
34+
app.add_stylesheet('sphinx_copybutton_css_js/sphinx_copybutton.css')
35+
app.add_javascript('sphinx_copybutton_css_js/sphinx_copybutton.js')
3636
app.add_javascript(clipboard_js_url)

0 commit comments

Comments
 (0)
0