changeset 49164 | a932cad26d37 |
parent 48875 | 6000f5b25c9b |
parent 49151 | 1b6e381521c5 |
child 51840 | 76387080f238 |
--- a/doc/gendoc.py Mon Apr 25 11:09:33 2022 +0200 +++ b/doc/gendoc.py Wed May 04 18:17:44 2022 +0200 @@ -21,7 +21,7 @@ # available. Relax C module requirements. os.environ['HGMODULEPOLICY'] = 'allow' # import from the live mercurial repo -sys.path.insert(0, "..") +sys.path.insert(0, os.path.abspath("..")) from mercurial import demandimport demandimport.enable()