Skip to content

Commit

Permalink
Issue #10 - AIT GUI docs on RTD
Browse files Browse the repository at this point in the history
- Update bliss-core package

- Add bliss config to conf.py
  • Loading branch information
Lorraine Sposto committed Apr 18, 2018
1 parent be27854 commit d6bcbe9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
import sys
import os

# BLISS_CONFIG is set to fake location so that the build on ReadTheDocs complete.
if os.environ.get('BLISS_CONFIG', None) is None:
os.environ['BLISS_CONFIG'] = "config.yml"

# 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.
Expand Down
7 changes: 7 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
formats:
- none
python:
pip_install: true
extra_requirements:
- docs
- tests
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,9 @@ def run(self):
include_package_data = True,

install_requires = ['bliss-core>=0.35.0'],
dependency_links = [
'https://bliss.jpl.nasa.gov/pypi/simple/bliss-core/'
],
extras_require = {
'docs': [
'Sphinx',
'Sphinx==1.7.2',
'sphinx_rtd_theme',
'sphinxcontrib-httpdomain'
]
Expand Down

0 comments on commit d6bcbe9

Please sign in to comment.