From 412c09f97ff7f7cd7660f9216fd994a2d54a8345 Mon Sep 17 00:00:00 2001 From: CedricTravelletti Date: Sat, 10 Feb 2024 18:24:32 +0100 Subject: [PATCH] Added gh-pages to docs. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d33a2fd..d49d33c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,7 @@ # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.githubpages'] templates_path = ['_templates'] exclude_patterns = []