Add sphinx.ext.githubpages to publish the docs on GitHub Pages

This commit is contained in:
Takeshi KOMIYA
2016-01-02 22:02:21 +09:00
parent ddf6acd33c
commit 0ea518d563
8 changed files with 69 additions and 1 deletions

12
doc/ext/githubpages.rst Normal file
View File

@@ -0,0 +1,12 @@
.. highlight:: rest
:mod:`sphinx.ext.githubpages` -- Publish HTML docs in GitHub Pages
==================================================================
.. module:: sphinx.ext.githubpages
:synopsis: Publish HTML docs in GitHub Pages
.. versionadded:: 1.4
This extension creates ``.nojekyll`` file on generated HTML directory to publish
the document on GitHub Pages.