diff options
| author | Eivind Fonn <evfonn@gmail.com> | 2019-12-18 17:12:33 +0100 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2019-12-19 14:52:36 +0100 |
| commit | bd1be56e4a8e12d454358b6366f9c94eb257b1c6 (patch) | |
| tree | cf30ac4fff195f965018c5d83a4cfe4b91c09d81 /doc/source | |
| parent | 9b411da84e7c3a4fe753cc59f709cee596c06432 (diff) | |
Add texinfo file
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 5df3c49..5255885 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -53,6 +53,12 @@ latex_elements = { } +texinfo_documents = [ + (master_doc, 'evil', 'Evil documentation', author, 'evil', + 'Extensible vi layer for Emacs', 'Emacs'), +] + + # -- General configuration --------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be |
