We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc6c0bf + 3cd12c9 commit 95ddfc8Copy full SHA for 95ddfc8
.github/workflows/lint.yaml
@@ -22,10 +22,6 @@ jobs:
22
uses: mamba-org/setup-micromamba@v1
23
with:
24
environment-file: devtools/conda-envs/lint_env.yml
25
- # default - will pull down 2.0 which we don't want!
26
- # micromamba-version: latest
27
- # pin to latest 1.x release
28
- micromamba-version: "1.5.10-0"
29
30
- name: Check dead links
31
shell: bash -l {0}
devtools/conda-envs/lint_env.yml
@@ -2,6 +2,7 @@ name: openff-docs-lint
2
channels:
3
- conda-forge
4
dependencies:
5
+ - python <3.13
6
- pip
7
# readthedocs dependencies
8
- sphinx>=5,<7
0 commit comments