From 9f9902c6132ca845c7f7d14c441c7cc3a83da81f Mon Sep 17 00:00:00 2001 From: Stefan Holst Date: Sat, 22 Jul 2023 16:48:51 +0900 Subject: [PATCH] remove _static --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e50d1bf..53f405e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ html_theme = 'sphinx_rtd_theme' # 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'] autodoc_default_options = { 'member-order': 'bysource',