Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

Commit

Permalink
Fix documentation generation in RTD (NC-1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbientLighter committed Jun 14, 2016
1 parent 33aa274 commit fcd7572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

os.environ['DJANGO_SETTINGS_MODULE'] = 'nodeconductor.server.test_settings'
os.environ['DJANGO_SETTINGS_MODULE'] = 'nodeconductor.server.doc_settings'
from django.conf import settings
settings.INSTALLED_APPS = [app for app in settings.INSTALLED_APPS if not app.endswith('tests')]
settings.BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]

install_requires = [
'nodeconductor>0.91.0',
'nodeconductor>=0.101.2',
'lxml>=3.2',
'xhtml2pdf>=0.0.6',
]
Expand Down

0 comments on commit fcd7572

Please sign in to comment.