Skip to content

Commit

Permalink
F2 tutorial was not triggering on rtd so I missed that there was an i…
Browse files Browse the repository at this point in the history
…mport of astrodata there too. removed.
  • Loading branch information
KathleenLabrie committed Feb 5, 2021
1 parent 11052b4 commit 5887093
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions geminidr/doc/tutorials/F2Img-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

on_rtd = os.environ.get('READTHEDOCS') == 'True'

relative_path = './../../../../'
dragons_path = os.path.normpath(os.path.join(os.getcwd(), relative_path))
sys.path.append(dragons_path)

import astrodata

print('\n Printing current working directory for debugging:')
print((' Current working directory: {}'.format(os.getcwd())))
print((' Dragons path: {}\n'.format(dragons_path)))
# relative_path = './../../../../'
# dragons_path = os.path.normpath(os.path.join(os.getcwd(), relative_path))
# sys.path.append(dragons_path)
#
# import astrodata
#
# print('\n Printing current working directory for debugging:')
# print((' Current working directory: {}'.format(os.getcwd())))
# print((' Dragons path: {}\n'.format(dragons_path)))


# -- Project information -----------------------------------------------------
Expand All @@ -35,9 +35,12 @@
author = 'Bruno C. Quint'

# The short X.Y version
version = astrodata.version(short=True)
#version = astrodata.version(short=True)
version = '3.1'

# The full version, including alpha/beta/rc tags
release = astrodata.version()
#release = astrodata.version()
release = '3.1.0-dev'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 5887093

Please sign in to comment.