summaryrefslogtreecommitdiff
path: root/mail/notmuch/patches/patch-doc_conf.py
blob: 527065076d9176ec65f873c8fc756f65853efd5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-doc_conf.py,v 1.1 2018/12/27 15:07:05 joerg Exp $

--- doc/conf.py.orig	2018-12-25 23:11:46.371067128 +0000
+++ doc/conf.py
@@ -17,7 +17,7 @@ copyright = u'2009-2018, Carl Worth and 
 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','')