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
Sorry for leaving this so long... I'm just having another look at the docs building because of the test failure that came up on nightly.
Just wondering, normal procedure for building docs is to first install the local project pip install ., then install the requirements, no? With that procedure, snakebids should be installed correctly? At the very least, this is why this problem didn't come up on testing: the tests first install the local repository
The problem
The docs for the CLI (app and snakemake) don't build properly since the snakebids isn't in the requirements.txt for the docs.
Looks like simple fix is to add snakebids to the requirements.txt, any objections to that?
Steps to reproduce
Create an app, say yes to docs:
snakebids create test_snakebids
Then make venv (python3.11) for docs/requirements.txt, install them, then from
docs/
:Screenshots
The text was updated successfully, but these errors were encountered: