From 56f084389a3eb6b34df86af347ce60acdeb6106b Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 24 Oct 2022 08:46:14 +0200 Subject: Actions + Docs: Use Sphinx docs for Python --- wrappers/python/docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/docs/source/conf.py') diff --git a/wrappers/python/docs/source/conf.py b/wrappers/python/docs/source/conf.py index 89da513..d7b8c57 100644 --- a/wrappers/python/docs/source/conf.py +++ b/wrappers/python/docs/source/conf.py @@ -29,4 +29,4 @@ exclude_patterns = [] # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static'] +html_static_path = [] -- cgit v1.2.3