Skip to content

Commit

Permalink
Add link to embedded svg docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Jun 18, 2024
1 parent 2ec110d commit 0ec5ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
html_static_path = ["_static"]
html_css_files = ["css/table.css"]
# Embedded SVG as recommended in Furo template.
# See https://pradyunsg.me/furo/customisation/footer/#using-embedded-svgs
with open("github.svg") as fh:
GITHUB_ICON_SVG = fh.read().strip()
html_theme_options = {
Expand Down

0 comments on commit 0ec5ab1

Please sign in to comment.