Skip to content

Commit 8e88dc0

Browse files
jorisvandenbosscheproost
authored andcommitted
DOC: disable nbsphinx including requirejs (pandas-dev#28940)
1 parent dcd2794 commit 8e88dc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@
120120
plot_pre_code = """import numpy as np
121121
import pandas as pd"""
122122

123+
# nbsphinx do not use requirejs (breaks bootstrap)
124+
nbsphinx_requirejs_path = ""
125+
123126
# Add any paths that contain templates here, relative to this directory.
124127
templates_path = ["../_templates"]
125128

0 commit comments

Comments
 (0)