Skip to content

Commit

Permalink
Merge pull request #234 from pyiron/readthedocs
Browse files Browse the repository at this point in the history
Update readthedocs environment
  • Loading branch information
jan-janssen authored Nov 27, 2023
2 parents bf0ddb6 + f7c3ca5 commit 2c616ac
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
20 changes: 10 additions & 10 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
channels:
- conda-forge
dependencies:
- nbsphinx
- sphinx
- myst-parser
- numpy
- mpich
- cloudpickle
- mpi4py
- tqdm
- pyzmq
- flux-core
- nbsphinx
- sphinx
- myst-parser
- numpy
- openmpi
- cloudpickle =3.0.0
- mpi4py =3.1.5
- tqdm =4.66.1
- pyzmq =25.1.1
- flux-core
1 change: 1 addition & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-mpich.yml
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-openmpi.yml
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-win.yml
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-docs.yml
- name: UpdateDependabotPR commit
run: |
git config --local user.email "[email protected]"
Expand Down
16 changes: 7 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
version: 2

build:
os: "ubuntu-20.04"
os: "ubuntu-22.04"
tools:
python: "mambaforge-4.10"
python: "mambaforge-22.9"
jobs:
pre_build:
- pip install versioneer[toml]==0.29
- pip install . --no-deps --no-build-isolation

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -19,10 +23,4 @@ formats: []

# Install pyiron from conda
conda:
environment: .ci_support/environment-docs.yml

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- method: pip
path: .
environment: .ci_support/environment-docs.yml

0 comments on commit 2c616ac

Please sign in to comment.