Skip to content

Commit

Permalink
darn, missed some usage of the funky astrodata stuff in the sphinx co…
Browse files Browse the repository at this point in the history
…nf.py
  • Loading branch information
KathleenLabrie committed Feb 5, 2021
1 parent bb96780 commit 11052b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 4 additions & 5 deletions geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#

import os
import sys

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

Expand All @@ -22,10 +21,10 @@
# 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)))
#
# 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 Down
7 changes: 3 additions & 4 deletions geminidr/doc/tutorials/GSAOIImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#

import os
import sys

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

Expand All @@ -23,9 +22,9 @@
#
# import astrodata

print('\n Printing current working directory for debugging:')
print((' Current working directory: {}'.format(os.getcwd())))
print((' Dragons path: {}\n'.format(dragons_path)))
# 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 Down

0 comments on commit 11052b4

Please sign in to comment.