Remove static content from docs

This commit is contained in:
Dustin Spicuzza 2020-12-31 02:07:28 -05:00
parent 1392fceeb5
commit 0329268622

View File

@ -56,9 +56,4 @@ if not on_rtd: # only import and set the theme if we're building docs locally
else: else:
html_theme = "default" html_theme = "default"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
always_document_param_types = True always_document_param_types = True