Skip to content

Commit

Permalink
fix rtd.
Browse files Browse the repository at this point in the history
  • Loading branch information
cylammarco committed Mar 12, 2023
1 parent ad974ce commit 7564c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import sys

sys.path.insert(0, os.path.abspath("../.."))
sys.path.insert(0, os.path.abspath("../../src"))

# -- General configuration ---------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
astropy>=4.3
astroscrappy>=1.1
ccdproc<= 2.3
Cython>=0.29.23
coverage>=0.38.4
flake8>=5.0.4
kaleido>=0.2
Expand Down

0 comments on commit 7564c14

Please sign in to comment.