summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-03-14 13:19:25 -0700
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-03-14 13:19:25 -0700
commit850f9944adb0a0b62d467e5e78662d9e03eaa07d (patch)
tree843242b9601d58b21299d306eb3775b50492e9e2 /doc
parent525cc22591bd4c75949b4698e6b634b9de411a2a (diff)
Document the githubpages Sphinx module in conf.py
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
index d41a8a8..804ca5b 100644
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -40,7 +40,7 @@ release = version
# ones.
extensions = [
'sphinx.ext.intersphinx',
- 'sphinx.ext.githubpages',
+ 'sphinx.ext.githubpages', # Creates the .nojekyll file for GitHub Pages
]
# Add any paths that contain templates here, relative to this directory.