Skip to content

Commit a8b55de

Browse files
committed
rm cookbook
1 parent 57407bf commit a8b55de

File tree

3 files changed

+1
-33
lines changed

3 files changed

+1
-33
lines changed

portal/_extensions/cookbook_gallery_generator.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

portal/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
'myst_nb',
3636
'sphinx_panels',
3737
'resource_gallery_generator',
38-
'cookbook_gallery_generator',
3938
]
4039

4140
# Define what extensions will parse which kind of source file
@@ -82,7 +81,6 @@
8281
html_sidebars = {
8382
'index': [],
8483
'resource-gallery': [],
85-
'cookbook-gallery': [],
8684
}
8785

8886
# HTML Theme-specific Options
@@ -102,13 +100,12 @@
102100
'navbar_links': [
103101
{'name': 'Home', 'url': 'https://projectpythia.org'},
104102
{'name': 'Foundations', 'url': 'https://foundations.projectpythia.org'},
105-
{'name': 'Cookbooks', 'url': 'https://projectpythia.org/cookbook-gallery.html'},
103+
{'name': 'Cookbooks', 'url': 'https://cookbooks.projectpythia.org/'},
106104
{'name': 'Resources', 'url': 'https://projectpythia.org/resource-gallery.html'},
107105
{'name': 'Community', 'url': 'https://projectpythia.org/#join-us'},
108106
],
109107
'page_layouts': {
110108
'index': 'page-banner.html',
111-
'cookbook-gallery': 'page-standalone.html',
112109
'resource-gallery': 'page-standalone.html',
113110
},
114111
'footer_logos': {

portal/cookbook_gallery.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)