diff --git a/docs/conf.py b/docs/conf.py index d371e57..c5b2c2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,6 +21,9 @@ sys.path.insert(0, x[0]) print(sys.path) +import tssc as tssc +from tssc import MASTSearch, TESSSearch, K2Search, KeplerSearch + project = "Timeseries Simple Search Combo (tssc)" copyright = "2024, TESS Science Support Center" author = "TESS Science Support Center"