Merge pull request #6557 from tk0miya/update_faq

docs: Update FAQ for github pages
This commit is contained in:
Takeshi KOMIYA 2019-07-07 17:24:45 +09:00 committed by GitHub
commit 96fa46e7b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,10 +74,9 @@ PyPI
https://pythonhosted.org/. https://pythonhosted.org/.
GitHub Pages GitHub Pages
Directories starting with underscores are ignored by default which breaks Please add :py:mod:`sphinx.ext.githubpages` to your project. It allows you
static files in Sphinx. GitHub's preprocessor can be `disabled to publish your document in GitHub Pages. It generates helper files for
<https://github.com/blog/572-bypassing-jekyll-on-github-pages>`_ to support GitHub Pages on building HTML document automatically.
Sphinx HTML output properly.
MediaWiki MediaWiki
See https://bitbucket.org/kevindunn/sphinx-wiki/wiki/Home, a project by See https://bitbucket.org/kevindunn/sphinx-wiki/wiki/Home, a project by