Skip to content

Commit 50ee934

Browse files
authored
Flatten python module index in docs (#351)
1 parent 29a2fea commit 50ee934

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.zenodo.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@
121121
"affiliation": "University of Portsmouth",
122122
"name": "Andrew R. Williamson",
123123
"type": "ProjectMember"
124+
},
125+
{
126+
"orcid": "0000-0003-3954-3291",
127+
"affiliation": "University of Toronto",
128+
"name": "Nathaniel Starkman",
129+
"type": "Other"
124130
}
125131
],
126132
"access_right": "open"

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@
138138
# Output file base name for HTML help builder.
139139
htmlhelp_basename = project + 'doc'
140140

141+
# Prefixes that are ignored for sorting the Python module index
142+
modindex_common_prefix = ["skypy."]
143+
141144

142145
# -- Options for LaTeX output -------------------------------------------------
143146

0 commit comments

Comments
 (0)