From 17f7fd1558376169b3ff531514c07cb120709b64 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sep 13 2022 23:18:00 +0000 Subject: python: fix docs warning WARNING: html_static_path entry '_static' does not exist Merges: #2281 --- diff --git a/python/docs/conf.py b/python/docs/conf.py index a91db94..ed82976 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -136,7 +136,7 @@ except ImportError: # 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.