Skip to content

Commit

Permalink
Merge pull request #24029 from melissawm/add-neps
Browse files Browse the repository at this point in the history
DOC: Add link to NEPs in top navbar
  • Loading branch information
Mukulikaa committed Jun 29, 2023
2 parents f050757 + 8783001 commit b052950
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,10 @@ def setup(app):
"twitter_url": "https://twitter.com/numpy_team",
"collapse_navigation": True,
"external_links": [
{"name": "Learn", "url": "https://numpy.org/numpy-tutorials/"}
{"name": "Learn", "url": "https://numpy.org/numpy-tutorials/"},
{"name": "NEPs", "url": "https://numpy.org/neps"}
],
"header_links_before_dropdown": 6,
# Add light/dark mode and documentation version switcher:
"navbar_end": ["theme-switcher", "version-switcher", "navbar-icon-links"],
"switcher": {
Expand Down

0 comments on commit b052950

Please sign in to comment.