Skip to content

Commit

Permalink
Fixed minor bug introduced by last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbpoole committed Jan 22, 2018
1 parent 6b2d372 commit 1301c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(self,project_name,dir_root,dir_docs_build):
sys.path.append(os.path.abspath(os.path.join(project_root_dir,"python/bin")))

# Parse the project directory to learn what we need about the project
gbpBuild_project = prj.project("gbpPy",project_root_dir,"@Sphinx_BUILD_DIR@")
gbpBuild_project = project("gbpPy",project_root_dir,"@Sphinx_BUILD_DIR@")

# Make sure the build directory exists
os.makedirs(gbpBuild_project.dir_docs_build, exist_ok=True)
Expand Down

0 comments on commit 1301c2f

Please sign in to comment.