From 03292686229365885b7c713c181d7df0b28ac84c Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Thu, 31 Dec 2020 02:07:28 -0500 Subject: [PATCH] Remove static content from docs --- docs/conf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 179028e..68415cc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,4 @@ if not on_rtd: # only import and set the theme if we're building docs locally else: 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