Updated Sphinx config to build docs in master branch.

这个提交包含在:
craig-warren
2015-10-31 20:28:36 +00:00
父节点 d1cc26fdc6
当前提交 473f39c3c8
共有 3 个文件被更改,包括 194 次插入2 次删除

查看文件

@@ -18,7 +18,7 @@ import os, re, shlex, sys
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../../gprMax'))
sys.path.insert(0, os.path.abspath('../..'))
# -- General configuration ------------------------------------------------