From c753dee97e8defb1b0b31936eaacb9c81b6d97ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Martins=20Filho?= Date: Sun, 8 Dec 2024 22:47:45 -0300 Subject: [PATCH] corrections from read the docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6a5c54d..cd70895 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode'] # Paths for templates -templates_path = ['_templates'] +#templates_path = ['_templates'] exclude_patterns = [] # -- Options for HTML output -------------------------------------------------