diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-04-12 23:42:35 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 23:42:35 +0900 |
commit | 35e4bd498f7e0c41fd2e2f36246b905b8e99aeab (patch) | |
tree | cae31cc93088b016e77ef33c98fb2424fcd48656 /doc/conf.py | |
parent | 3dae6a50244c1b10dfd1360f5ec825a02e87f2b8 (diff) | |
parent | 69624bffa7f0c71931b9cb5f8dae9608fa5a8b3a (diff) | |
download | sphinx-git-35e4bd498f7e0c41fd2e2f36246b905b8e99aeab.tar.gz |
Merge pull request #4831 from tk0miya/fix_docs
Fix docs
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 49f0930b6..18d82b223 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -39,7 +39,7 @@ epub_uid = 'web-site' epub_scheme = 'url' epub_identifier = epub_publisher epub_pre_files = [('index.xhtml', 'Welcome')] -epub_post_files = [('install.xhtml', 'Installing Sphinx'), +epub_post_files = [('usage/installation.xhtml', 'Installing Sphinx'), ('develop.xhtml', 'Sphinx development')] epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js', '_static/jquery.js', '_static/searchtools.js', |