summaryrefslogtreecommitdiff
path: root/doc/conf.py
AgeCommit message (Collapse)Author
2017-01-08Merge branch 'release'David Bremner
These are the (tentative) changes for 0.23.5
2017-01-08docs: add 2017 to copyright yearsDavid Bremner
2016-11-17doc/conf.py: include command name in texinfo document titleJani Nikula
Seems to make more sense than to have the same title for everything.
2016-11-17doc/conf.py: reindent, whitespace clean man page, texinfo listsJani Nikula
No functional changes.
2016-11-17doc/conf.py: abstract notmuch authorsJani Nikula
Don't repeat the same stuff so much. We probably don't want to track individual authors for man/texinfo pages anyway. No user visible changes.
2016-11-17doc/conf.py: generate texinfo_documents list from man_pages listJani Nikula
No need to repeat mostly the same information twice in conf.py. We probably want to have a corresponding texinfo document for all the man pages. Python list comprehension to the rescue. (The reverse is not true; we have a texinfo document for notmuch-emacs we don't want as a man page.) There should be no user visible changes.
2016-11-17doc/conf.py: add notmuch-emacs-mua to texinfo documentsJani Nikula
This was overlooked when adding the man page.
2016-04-24doc: change copyright dateDavid Bremner
Yes, it is 2016
2015-10-17doc: update copyright year to contain range 2009-2015Tomi Ollila
Now it is accurate and provides more information to the reader of the documents.
2015-03-06cli: add a tool for starting new message in the emacs uiJani Nikula
Add a tool to start composing an email in the Notmuch Emacs UI with the specified subject, recipients, and message body.
2014-11-05doc: add notmuch-address.rst to sphinx configDavid Bremner
This is needed so that the rst docs are converted to man and info pages.
2014-10-04doc: build notmuch-emacs info/html docs, link from indexDavid Bremner
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.
2014-05-28doc/conf.py: Remove _static from html_static_pathW. Trevor King
Avoid: $ make HAVE_SPHINX=1 sphinx-html python ./doc/mkdocdeps.py ./doc doc/_build doc/docdeps.mk sphinx-build -b html -d doc/_build/doctrees -q ./doc doc/_build/html Making output directory... WARNING: html_static_path entry '/home/wking/src/notmuch/notmuch/doc/_static' does not exist because we have no static source in doc/_static.
2014-03-09doc: automatically read version from fileDavid Bremner
This avoids having to recreate the update-man-versions rule
2014-03-09doc: convert sphinx based docsDavid Bremner
This is the output from sphinx-quickstart, massaged a bit, along with our existing man pages converted to rst. A skeleton notmuch-emacs manual is also included. It is not suitable for end user use yet.