From 693fc5ee7580c808a4a802238c5dcb5ed13744cc Mon Sep 17 00:00:00 2001 From: rushilwiz Date: Tue, 16 Jun 2020 11:15:07 -0400 Subject: [PATCH] removed theme in conf --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2fbcbaf..d79a150 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,9 +47,9 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +# html_theme = 'alabaster' # 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'] \ No newline at end of file +html_static_path = ['_static']