diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-04-12 00:48:59 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-04-12 00:49:31 +0900 |
commit | 69624bffa7f0c71931b9cb5f8dae9608fa5a8b3a (patch) | |
tree | 9404e780acaad4d23d437ad205f02bf11d9db24f /doc/conf.py | |
parent | 5fd7bd7a12ce56c01f90cea2572034340f7578e7 (diff) | |
download | sphinx-git-69624bffa7f0c71931b9cb5f8dae9608fa5a8b3a.tar.gz |
doc: Fix filename
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', |