You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the strict resource limitations at readthedocs.io enabling autodocumenation tools is difficult on any project that requires pandas or other heavy-weight libraries (NLTK, prophet, etc).
To combat this, we'd like to add a cron-job tool for building and launching the autodocs pages on our own webpage.
Create a Plumbum.cli app for crawling/building/updating docs
Add conf_auto.py to projects with autodocs tools enabled
Add .yml "build plans" for troublesome libraries?
OR -
Add releasable helper for Travis-CIafter_success section
The text was updated successfully, but these errors were encountered:
Due to the strict resource limitations at readthedocs.io enabling autodocumenation tools is difficult on any project that requires pandas or other heavy-weight libraries (NLTK, prophet, etc).
To combat this, we'd like to add a cron-job tool for building and launching the autodocs pages on our own webpage.
Create a Plumbum.cli app for crawling/building/updating docs
Add
conf_auto.py
to projects with autodocs tools enabledAdd
.yml
"build plans" for troublesome libraries?OR -
Add releasable helper for Travis-CI
after_success
sectionThe text was updated successfully, but these errors were encountered: