NLeSC / mcfly

A deep learning tool for time series classification and regression
Apache License 2.0
363 stars 82 forks source link

#312 - adding sphinx build action #317

Closed lyashevska closed 1 year ago

lyashevska commented 1 year ago

Creating pull request to see whether this event triggers sphinx build.

lyashevska commented 1 year ago

@cwmeijer sphinx build now works as expected, ready for a review.

maltelueken commented 1 year ago

Great that you fixed the docs build! I have one suggestion: Instead of having a separate requirements.txt for the docs action, we could install the package with the dev requirements (this is what the user would do to build the docs) and add the docs requirements there.