summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-04-12 23:42:35 +0900
committerGitHub <noreply@github.com>2018-04-12 23:42:35 +0900
commit35e4bd498f7e0c41fd2e2f36246b905b8e99aeab (patch)
treecae31cc93088b016e77ef33c98fb2424fcd48656 /doc/conf.py
parent3dae6a50244c1b10dfd1360f5ec825a02e87f2b8 (diff)
parent69624bffa7f0c71931b9cb5f8dae9608fa5a8b3a (diff)
downloadsphinx-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.py2
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',