Skip to content

Commit

Permalink
Remove the sphinx.ext.githubpages extension (#566)
Browse files Browse the repository at this point in the history
This PR removes the `sphinx.ext.githubpages` extension from the Sphinx
configuration file. That extension supplies a `.nojekyll` file, that's
useless in practice because of the way we're managing docs in this
repository - we only need a single `.nojekyll` file at the root of the
repository.
  • Loading branch information
mdickinson authored Apr 4, 2023
1 parent 896dfe1 commit 6f321b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.extlinks",
"sphinx.ext.githubpages",
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
Expand Down

0 comments on commit 6f321b5

Please sign in to comment.