From c1e8aee14c1c484839bd9dae163bdfbbade48a02 Mon Sep 17 00:00:00 2001 From: "A. Rouxel" <77019188+a-rouxel@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:48:10 +0200 Subject: [PATCH] Update conf.py --- doc/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 29222f6..c095407 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,7 +22,9 @@ 'sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon', - 'sphinxcontrib.bibtex' + 'sphinxcontrib.bibtex', + 'sphinx.ext.githubpages', + 'sphinx_markdown_builder', ] templates_path = ['_templates']