Commit a540a2e
authored
docs: update
<!--Add a description of your PR here-->
This PR fixes #3054 by updating the `doc-environment.yml` file:
- Add `sphinxawesome-theme`, `snakemake-interface-common >=1.17.0`,
`snakemake-interface-executor-plugins >=9.1.0`,
`snakemake-interface-storage-plugins >=3.2.3` dependencies
- Replace `ratelimiter` by `throttler`
- Update required Python version from 3.7 to 3.11
Another option which I mentioned in #3054 would be to merge the
`test-environment.yml` and `doc-environment.yml`. Let me know if you
would prefer this.
### QC
<!-- Make sure that you can tick the boxes below. -->
* [x] The PR contains a test case for the changes or the changes are
already covered by an existing test case. (N.A.)
* [x] The documentation (`docs/`) is updated to reflect the changes or
this is not necessary (e.g. if the change does neither modify the
language nor the behavior or functionalities of Snakemake).
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Updated Python version requirement to 3.11 for improved functionality.
- Added new dependencies to enhance environment capabilities.
- Introduced improved documentation styling options with
`sphinxawesome-theme`.
- Added instructions for installing the development version of Snakemake
in the contributing guide.
- **Bug Fixes**
- Corrected hyperlink references in documentation for clarity and
accuracy.
- **Documentation**
- Enhanced clarity and precision in descriptions related to modular
workflows.
- Updated terminology throughout documentation for consistency.
- Improved navigation and accessibility of documentation links.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->doc-environment.yml file and Documentation Setup documentation (#3058)1 parent bf9305b commit a540a2e
2 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
189 | 195 | | |
190 | 196 | | |
191 | 197 | | |
| |||
0 commit comments