-
Notifications
You must be signed in to change notification settings - Fork 634
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Snakemake version
Main branch
Describe the bug
The doc-environment.yml file appears outdated:
- It enforces
python >= 3.7as opposed to3.11in thetest-environment.yml - It uses
ratelimiterinstead of the newerthrottlerdependency - It is missing the
sphinxawesome-themedependency
I have a patched version which I could add to a PR, but I was wondering if it would be a viable option to simply merge test-environment and doc-environment to a common dev-environment.yml, to make maintenance easier and make setup more straightforward for new contributors (create one enviroment in which you can develop, run the tests, and build the docs).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working