Skip to content

Commit

Permalink
fix RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
xiki-tempula committed Mar 31, 2024
1 parent 30b6c60 commit 806d611
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"]
# Only test lowest and highest version on the expensive/slow
# macOS and windows runners (UPDATE when supported versions change):
exclude:
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies:
- sphinx_rtd_theme

- pip:
- alchemtest @ git+https://github.com/xiki-tempula/alchemtest.git@feat_main
- alchemtest @ https://github.com/alchemistry/alchemtest/archive/master.zip

9 changes: 9 additions & 0 deletions docs/requirements.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: docs
channels:
dependencies:
# Base depends
- python=3.10
- pip
# Doc
- sphinx
- sphinx_rtd_theme
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ build:
python: "mambaforge-4.10"

conda:
environment: devtools/conda-envs/test_env.yaml
environment: docs/requirements.yaml

python:
install:
- method: pip
path: .
path: .

0 comments on commit 806d611

Please sign in to comment.