Skip to content

Commit

Permalink
remove html (#250)
Browse files Browse the repository at this point in the history
* remove html

We added redirects and changed the builder on the website

* Apply suggestions from code review

* Update src/sunpy_sphinx_theme/__init__.py

* Update src/sunpy_sphinx_theme/__init__.py

* Update src/sunpy_sphinx_theme/__init__.py
  • Loading branch information
nabobalis committed Apr 12, 2024
1 parent 9263f4b commit 7b96e53
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/sunpy_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ def default_navbar():
(
"About",
[
("Our Mission", "about/index.html", 2),
("SunPy Project", "about/project.html", 2),
("Presentations", "about/presentations.html", 2),
("Community Roles", "about/roles.html", 2),
("Meetings", "about/meetings.html", 2),
("Code of Conduct", "coc.html", 2),
("Our Mission", "about/", 2),
("SunPy Project", "about/project/", 2),
("Presentations", "about/presentations/", 2),
("Community Roles", "about/roles/", 2),
("Meetings", "about/meetings/", 2),
("Code of Conduct", "coc/", 2),
],
),
(
Expand All @@ -52,10 +52,10 @@ def default_navbar():
("dkist", "https://docs.dkist.nso.edu/projects/python-tools", 3),
],
),
("Affiliated Packages", "affiliated.html", 2),
("Get Help", "help.html", 2),
("Contribute", "contribute.html", 2),
("Blog", "blog.html", 2),
("Affiliated Packages", "affiliated/", 2),
("Get Help", "help/", 2),
("Contribute", "contribute/", 2),
("Blog", "blog/", 2),
]


Expand Down

0 comments on commit 7b96e53

Please sign in to comment.