aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-10-04 20:47:00 +0200
committerGravatar David Bremner <david@tethera.net>2014-10-04 20:47:00 +0200
commitb71e3d00de5622056d96528e6318904dd3a64be4 (patch)
treefb3314353d8926b46ade14a77fe0d064546b4ae9 /doc/conf.py
parent76490fba3c3bd2a25e0dc294c7aee7af4fdc2b51 (diff)
doc: build notmuch-emacs info/html docs, link from index
Although this manual is far from complete, it may be helpful for someone. In particular building it as part of the standard build process makes it easier to find problems when editing the notmuch-emacs-manual.
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 70ba1b8a..495e5381 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -27,7 +27,7 @@ release = version
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = ['_build', 'notmuch-emacs.rst']
+exclude_patterns = ['_build']
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'