X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=doc%2Fconf.py;h=e23cb7d7fb444964cb341269771629713f8c2d2e;hb=a5f7efd7221f338982dbf1b72692bf9095a9a96a;hp=8cb650605dbab3f72e933a4b45d67b2589ca7768;hpb=c527358794977aa9b891b765fdb07d88d0d42f10;p=notmuch diff --git a/doc/conf.py b/doc/conf.py index 8cb65060..e23cb7d7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -3,8 +3,10 @@ import sys import os +from pathlib import Path +sys.path.append(str(Path(__file__).parent)) -extensions = [ 'sphinx.ext.autodoc' ] +extensions = [ 'sphinx.ext.autodoc', 'elisp' ] # The suffix of source filenames. source_suffix = '.rst'