Skip to content

Commit d74179a

Browse files
authored
Revert "MAINT: Disable building delaunay geospatial example temporarily" (networkx#6984)
* Revert "MAINT: Disable building delaunay geospatial example temporarily (networkx#6981)" This reverts commit 1dca2c6. * Update pyproject.toml * Update doc.txt
1 parent 1dca2c6 commit d74179a

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
sphinx_gallery_conf = {
3232
# path to your examples scripts
3333
"examples_dirs": "../examples",
34-
"ignore_pattern": r"fix_plot_delaunay.py",
3534
"subsection_order": ExplicitOrder(
3635
[
3736
"../examples/basic",

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ doc = [
8282
'pillow>=9.4',
8383
'nb2plots>=0.7',
8484
'texext>=0.6.7',
85+
'nbconvert<7.9',
8586
]
8687
extra = [
8788
'lxml>=4.6',

requirements/doc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ numpydoc>=1.6
55
pillow>=9.4
66
nb2plots>=0.7
77
texext>=0.6.7
8+
nbconvert<7.9

0 commit comments

Comments
 (0)