docs: Import static content
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user