From e9b692ee6c877fcd2d454f46e8ac1d8959db4bc2 Mon Sep 17 00:00:00 2001 From: AA Turner <9087854+AA-Turner@users.noreply.github.com> Date: Tue, 20 Apr 2021 23:59:04 +0100 Subject: [PATCH] Add sphinx.ext.githubpages for automatic `.nojekyll` --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index c42283d80195..91e9dcdfb225 100644 --- a/conf.py +++ b/conf.py @@ -13,7 +13,7 @@ # -- General configuration --------------------------------------------------- # Add any Sphinx extension module names here, as strings. -extensions = ["pep_sphinx_extensions"] +extensions = ["pep_sphinx_extensions", "sphinx.ext.githubpages"] # The file extensions of source files. Sphinx uses these suffixes as sources. source_suffix = {