Skip to content

Commit

Permalink
Merge pull request #163 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 37563fa + d0367b1 commit 9ba4f9c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 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 @@ -20,9 +24,3 @@ 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: .

0 comments on commit 9ba4f9c

Please sign in to comment.