瀏覽代碼

Merge pull request #27 from Holzhaus/fix-confpath-issue

Always use original conf.py file
Jan Holthuis 4 年之前
父節點
當前提交
663c7afad4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sphinx_multiversion/main.py

+ 1 - 1
sphinx_multiversion/main.py

@@ -189,7 +189,7 @@ def main(argv=None):
                 "outputdir": os.path.join(
                     os.path.abspath(args.outputdir), outputdir
                 ),
-                "confdir": confpath,
+                "confdir": confdir_absolute,
                 "docnames": list(project.discover()),
             }