We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4a4cd commit 9ccc108Copy full SHA for 9ccc108
{{cookiecutter.github_project_name}}/docs/source/conf.py
@@ -33,6 +33,10 @@
33
'nbsphinx_link',
34
]
35
36
+# Set the nbsphinx JS path to empty to avoid showing twice of the widgets
37
+nbsphinx_requirejs_path = ""
38
+nbsphinx_widgets_path = ""
39
+
40
# Ensure our extension is available:
41
import sys
42
from os.path import dirname, join as pjoin
@@ -206,4 +210,4 @@ def add_scripts(app):
206
210
if not os.path.exists(os.path.join(here, '_static', fname)):
207
211
logger.warning('missing javascript file: %s' % fname)
208
212
app.add_js_file(fname)
209
- app.connect('builder-inited', add_scripts)
213
+ app.connect('builder-inited', add_scripts)
0 commit comments