Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerapritchard committed Apr 26, 2024
1 parent 14a2475 commit 157d586
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@
for x in os.walk("../../src"):
sys.path.insert(0, x[0])
print(sys.path)

import tssc as tssc
from tssc import MASTSearch, TESSSearch, K2Search, KeplerSearch
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../src/'))
sys.path.insert(0, os.path.abspath('../src/tssc'))
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../src/'))
sys.path.insert(0, os.path.abspath('../../src/tssc'))

project = "Timeseries Simple Search Combo (tssc)"
copyright = "2024, TESS Science Support Center"
Expand Down

0 comments on commit 157d586

Please sign in to comment.