notmuch/doc
W. Trevor King b10b12da89 doc/mkdocdeps.py: Convert execfile to import
excefile is gone in Python 3 [1].  Instead of exec-ing the
configuration, it's easier to insert the source directory in Python's
path [2], and just import the configuration.  With this change,
mkdocdeps.py is compatible with both Python 2 and 3.

[1]: https://docs.python.org/3.0/whatsnew/3.0.html#builtins
[2]: https://docs.python.org/3/library/sys.html#sys.path
2014-04-21 21:31:36 +09:00
..
man1 doc: make notmuch-new summary line more generic 2014-04-19 14:29:06 +09:00
man5 doc: convert sphinx based docs 2014-03-09 10:41:08 -03:00
man7 man: update man pages for folder: and path: search terms 2014-03-11 19:51:22 -03:00
.gitignore doc: convert sphinx based docs 2014-03-09 10:41:08 -03:00
conf.py doc: automatically read version from file 2014-03-09 10:41:09 -03:00
doxygen.cfg doc: move doxgen config from devel/ to doc/ 2014-04-08 07:30:42 -03:00
index.rst doc: convert sphinx based docs 2014-03-09 10:41:08 -03:00
INSTALL doc: convert sphinx based docs 2014-03-09 10:41:08 -03:00
Makefile doc: convert sphinx based docs 2014-03-09 10:41:08 -03:00
Makefile.local doc: Fix parallel build of roff files 2014-04-19 05:55:30 +09:00
mkdocdeps.py doc/mkdocdeps.py: Convert execfile to import 2014-04-21 21:31:36 +09:00
notmuch-emacs.rst doc: added 'Init File' section to notmuch-emacs info source 2014-04-08 07:31:32 -03:00
prerst2man.py doc: cosmetic fix for prerst2man.py 2014-03-18 07:46:08 -03:00