Skip to content

Commit bcf5388

Browse files
committed
Add sphinx.ext.githubpages for automatic .nojekyll
1 parent f7e5c2b commit bcf5388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# -- General configuration ---------------------------------------------------
1414

1515
# Add any Sphinx extension module names here, as strings.
16-
extensions = ["pep_sphinx_extensions"]
16+
extensions = ["pep_sphinx_extensions", "sphinx.ext.githubpages"]
1717

1818
# The file extensions of source files. Sphinx uses these suffixes as sources.
1919
source_suffix = {

0 commit comments

Comments
 (0)