Skip to content

Commit

Permalink
Fix documentation conf.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocariello committed Nov 11, 2016
1 parent 0a2ac1d commit 88077bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -20,7 +20,7 @@
# 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.
import pkg_resources
env = pkg_resources.Environment(['..', '../.eggs'])
env = pkg_resources.Environment([os.path.abspath(os.path.join(os.path.dirname(__file__), x)) for x in ['..', '../.eggs']])
for egg in pkg_resources.working_set.resolve([pkg_resources.Requirement.parse('dockeroo')], env):
pkg_resources.working_set.add(egg)

Expand Down

0 comments on commit 88077bf

Please sign in to comment.