From 15a1e134a0fbc35c1d3a5e2c35d4cbebe4cee1ca Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Thu, 2 Feb 2023 20:42:09 +0100 Subject: [PATCH] Add sphinx github pages ext This will disable the use of jekyll when building docs ensuring they render correctly --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 9a9e9d1..ccd7dc3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,6 +19,7 @@ "sphinx.ext.autosummary", "sphinx.ext.napoleon", "sphinx.ext.todo", + "sphinx.ext.githubpages", ] templates_path = ['_templates']