Skip to content

Commit

Permalink
Merge pull request #68 from guillaume-philippon/doc
Browse files Browse the repository at this point in the history
Fix conf.py to allow readthedoc documentation
  • Loading branch information
guillaume-philippon authored Nov 2, 2017
2 parents cc4abe4 + e1b0a86 commit fea901a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
import os
import sys
sys.path.append('../openstack_lease_it')
sys.path.insert(0, os.path.abspath('../../openstack_lease_it'))
os.environ["DJANGO_SETTINGS_MODULE"] = "openstack_lease_it.settings"

# -- General configuration ------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions openstack_lease_it/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
name='openstack-lease-it',
version='1.0',
packages=['openstack_lease_it',
'openstack_lease_it.openstack_lease_it',
'openstack_lease_it.lease_it'],
'lease_it'],
include_package_data=True,
install_requires=['django'],
license='Apache License',
Expand Down

0 comments on commit fea901a

Please sign in to comment.