Skip to content

Commit 32e12de

Browse files
Disable nbsphinx including requirejs
1 parent 08174c2 commit 32e12de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas-docs/source/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ def run(self):
287287
plot_pre_code = """import numpy as np
288288
import pandas as pd"""
289289

290+
# nbsphinx do not use requirejs (breaks bootstrap)
291+
nbsphinx_requirejs_path = ''
292+
290293
# Add any paths that contain templates here, relative to this directory.
291294
templates_path = ['../_templates']
292295

0 commit comments

Comments
 (0)