projects
/
pandas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
584f8e4
)
Sphinx panels is not packaged yet, so ignore it for the moment
author
Andreas Tille
<tille@debian.org>
Tue, 11 Jan 2022 21:25:17 +0000
(21:25 +0000)
committer
Rebecca N. Palmer
<rebecca_palmer@zoho.com>
Tue, 11 Jan 2022 21:25:17 +0000
(21:25 +0000)
Last-Update: Wed, 10 Nov 2021 06:42:56 +0100
Gbp-Pq: Name ignore_sphinx_panels.patch
doc/source/conf.py
patch
|
blob
|
history
diff --git
a/doc/source/conf.py
b/doc/source/conf.py
index edf3218e138b11cc892f7b1589553f91b3315792..da022e5ac003f2bd7988507b47d528ce6c057bf8 100644
(file)
--- a/
doc/source/conf.py
+++ b/
doc/source/conf.py
@@
-65,7
+65,7
@@
extensions = [
"sphinx.ext.ifconfig",
"sphinx.ext.linkcode",
"nbsphinx",
- "sphinx_panels",
+
#
"sphinx_panels",
"contributors", # custom pandas extension
]