Skip to content

Commit

Permalink
DOC: Add NEPs link to top navbar
Browse files Browse the repository at this point in the history
[skip azp] [skip travis] [skip cirrus]
  • Loading branch information
melissawm committed Jun 27, 2023
1 parent 4a70f3c commit 34b7f1b
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 34b7f1b

Please sign in to comment.