From fcb699a24f17fa974e7012aadf18adc908f0908c Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Tue, 21 Jan 2025 10:18:26 -0500 Subject: [PATCH] Use `sphinx.ext.githubpages` to add `.nojekyll` file See https://www.sphinx-doc.org/en/master/usage/extensions/githubpages.html Closes #11 --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 4ef1c90..c8d7e45 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,6 +24,7 @@ "sphinx.ext.mathjax", "sphinx.ext.viewcode", "sphinx.ext.extlinks", + "sphinx.ext.githubpages", "sphinx_autodoc_typehints", "myst_parser", "nbsphinx",