Skip to content

Commit

Permalink
Added pybuidler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew J. Sonne committed Jun 25, 2017
1 parent dc91044 commit 495230a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
import sys, os
import sphinx_rtd_theme

sys.path.insert(0, os.path.abspath('../src/main/python'))

_version = ('1', '1', '10')

# 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('.'))
sys.path.insert(0, os.path.abspath('../src/main/python'))

# -- General configuration -----------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pybuilder

0 comments on commit 495230a

Please sign in to comment.