Skip to content

Commit 7e7f208

Browse files
authored
Update dropdown and re-order it (#182)
1 parent 89adfc8 commit 7e7f208

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

src/sunpy_sphinx_theme/conf.py

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,17 @@ def page_url(page):
5252
(
5353
"Documentation",
5454
[
55-
("sunpy", "https://docs.sunpy.org/en/stable/", 1),
56-
("aiapy", "https://aiapy.readthedocs.io/en/stable/", 1),
57-
("drms", "https://docs.sunpy.org/projects/drms/", 1),
55+
("sunpy", "https://docs.sunpy.org/", 1),
5856
("ndcube", "https://docs.sunpy.org/projects/ndcube/", 1),
59-
("pfsspy", "https://pfsspy.readthedocs.io/en/stable/", 1),
60-
("pyflct", "https://pyflct.readthedocs.io/en/stable/", 1),
61-
("radiospectra", "https://docs.sunpy.org/projects/radiospectra/en/stable/", 1),
62-
("sunkit-image", "https://docs.sunpy.org/projects/sunkit-image/en/stable/", 1),
63-
("sunraster", "https://docs.sunpy.org/projects/sunraster/en/stable/", 1),
57+
("aiapy", "https://aiapy.readthedocs.io/", 1),
58+
("drms", "https://docs.sunpy.org/projects/drms/", 1),
59+
("pfsspy", "https://pfsspy.readthedocs.io/", 1),
60+
("radiospectra", "https://docs.sunpy.org/projects/radiospectra/", 1),
61+
("sunkit-instruments ", "https://docs.sunpy.org/projects/sunkit-instruments/", 1),
62+
("sunkit-image", "https://docs.sunpy.org/projects/sunkit-image/", 1),
63+
("sunraster", "https://docs.sunpy.org/projects/sunraster/", 1),
64+
("sunpy-soar", "https://github.com/sunpy/sunpy-soar#readme", 1),
65+
("roentgen", "https://roentgen.readthedocs.io/", 1),
6466
],
6567
1,
6668
),

0 commit comments

Comments
 (0)