Skip to content

Commit

Permalink
Merge pull request #147 from coursera/sb_fix_docs
Browse files Browse the repository at this point in the history
Fix conf file for documentation
  • Loading branch information
sb2nov committed Oct 10, 2015
2 parents b19487e + 6881ca3 commit e3e4e14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys
import os
from dataduct import __version__ as version_string
import sys

version_string = '0.3.0'

# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
Expand Down

0 comments on commit e3e4e14

Please sign in to comment.