Skip to content

Commit 174464a

Browse files
jorisvandenbosscheNico Cernek
authored and
Nico Cernek
committed
DOC: disable nbsphinx including requirejs (pandas-dev#28940)
1 parent fd7afc1 commit 174464a

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)