docs: Import static content

This commit is contained in:
Alessandro Candido
2024-03-01 22:13:30 +01:00
parent 32cb7032c6
commit a1c563f166
4 changed files with 209 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ exclude_patterns = []
html_theme = "furo"
html_static_path = ["_static"]
html_show_sourcelink = False
# Adapted this from
# https://github.com/readthedocs/recommonmark/blob/ddd56e7717e9745f11300059e4268e204138a6b1/docs/conf.py
@@ -78,6 +79,3 @@ def setup(app):
app.add_css_file("css/style.css")
app.connect("builder-inited", run_apidoc)
html_show_sourcelink = False