Skip to content

Commit

Permalink
Hide footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lefkowitz committed Apr 24, 2024
1 parent 0f1e16a commit 261789f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def build(app, build):

pattern = re.compile(r"src(?!\=)")

for file in tree("docs/dist", r"\.html") + ["docs/dist/searchindex.js"]:
for file in [*tree("docs/dist", r"\.html"), "docs/dist/searchindex.js"]:
with open(file, "r") as stream:
text = pattern.sub(package, stream.read())

Expand Down
3 changes: 2 additions & 1 deletion docs/sphinx/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
width: 300px;
}

section#documentation .footnote-list.brackets {
section#documentation,
.footnote-list.brackets {
display: none;
}

Expand Down

0 comments on commit 261789f

Please sign in to comment.