Skip to content
Snippets Groups Projects
Commit e0901ee2 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[doc] fix sphinx warning

parent 55b417d6
No related branches found
No related tags found
1 merge request!47Multiple changes
...@@ -243,4 +243,4 @@ def setup(app): ...@@ -243,4 +243,4 @@ def setup(app):
# Add `>>>` button to toggle visibility of prompts in code blocks. # Add `>>>` button to toggle visibility of prompts in code blocks.
# see https://github.com/readthedocs/sphinx_rtd_theme/issues/167 and # see https://github.com/readthedocs/sphinx_rtd_theme/issues/167 and
# https://raw.githubusercontent.com/python/python-docs-theme/master/python_docs_theme/static/copybutton.js # https://raw.githubusercontent.com/python/python-docs-theme/master/python_docs_theme/static/copybutton.js
app.add_javascript("copybutton.js") app.add_js_file("copybutton.js")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment