From 91404138b66937d645bfa2462d8c0b78b95a4043 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Wed, 16 Jun 2021 16:07:27 +0100 Subject: [PATCH] Updated doc for error --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 99d51f30ba..613c267ef4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -216,7 +216,7 @@ # 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"] html_extra_path = ["_extra"]