diff options
Diffstat (limited to 'sphinx/ext/githubpages.py')
-rw-r--r-- | sphinx/ext/githubpages.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/ext/githubpages.py b/sphinx/ext/githubpages.py index 0ea25ba52..e250fb2f2 100644 --- a/sphinx/ext/githubpages.py +++ b/sphinx/ext/githubpages.py @@ -1,12 +1,4 @@ -""" - sphinx.ext.githubpages - ~~~~~~~~~~~~~~~~~~~~~~ - - To publish HTML docs at GitHub Pages, create .nojekyll file. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""To publish HTML docs at GitHub Pages, create .nojekyll file.""" import os import urllib |