From ecc0fe6a1ded5df895a07d190ea081d10449ebe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Wed, 26 Aug 2020 18:36:59 -0500 Subject: [PATCH] Comment html_static_path in sphinx conf --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 1686ecf..b8ad993 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -144,7 +144,7 @@ html_sidebars = { # 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'] +#html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -- GitLab