Skip to content

Commit

Permalink
update init
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Jul 11, 2022
1 parent 21192c8 commit d92f862
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,16 @@ build:
python: "3.8"

sphinx:
fail_on_warning: true
fail_on_warning: true

python:
# Install our python package before building the docs
install:
- method: pip
path: .

formats:
- pdf
- epub


1 change: 1 addition & 0 deletions ewstools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Import relevant modules
from . import core
from . import helpers
from . import models

# Import specific classes and functions
from .core import TimeSeries

0 comments on commit d92f862

Please sign in to comment.