X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=doc%2Fconf.py;fp=doc%2Fconf.py;h=11bed51d7596100ac2ca381792661e8378bbc5dd;hp=94e266af5878c8590802780f23e8e8c99a42b81e;hb=981d5a01689937ba45f3cd9dbdcdc65e6d264286;hpb=582e919e2769bd99064b997b05e1601ffcfe9a98 diff --git a/doc/conf.py b/doc/conf.py index 94e266af..11bed51d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -19,7 +19,7 @@ copyright = u'2009-2020, Carl Worth and many others' location = os.path.dirname(__file__) for pathdir in ['.', '..']: - version_file = os.path.join(location,pathdir,'version') + version_file = os.path.join(location,pathdir,'version.txt') if os.path.exists(version_file): with open(version_file,'r') as infile: version=infile.read().replace('\n','')