You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"announcement": "<p><a href='https://www.pyopensci.org/software-peer-review/about/intro.html'>Submit Your Python Package for Peer Review - Learn More!</a></p>🚧 This guide is currently being developed! 🚧 ",
62
+
#"navbar_center": ["nav"], this can be a way to override the default navigation structure
55
63
"external_links": [
56
64
{
57
65
"url": "https://www.pyopensci.org",
@@ -74,17 +82,19 @@
74
82
},
75
83
],
76
84
"logo": {
77
-
"text": "Python Package Guide",
85
+
"text": "Python Packaging",
78
86
"image_dark": "logo-dark-mode.png",
79
87
"image_light": "logo-light-mode.png",
80
88
"alt_text": "pyOpenSci Python Package Guide. The pyOpenSci logo is a purple flower with pyOpenSci under it. The o in open sci is the center of the flower",
81
89
},
82
-
"header_links_before_dropdown": 3,
90
+
"header_links_before_dropdown": 4,
83
91
"use_edit_page_button": True,
92
+
"show_nav_level": 2,
93
+
"navigation_depth": 3,
84
94
"show_toc_level": 1,
85
95
# "navbar_align": "left", # [left, content, right] For testing that the navbar items align properly
0 commit comments