Skip to content

Commit

Permalink
[patch] Update readthedocs config (#15)
Browse files Browse the repository at this point in the history
Bumping some versions, adding the versioneer[toml] install and build isolation, and removing other install directions
  • Loading branch information
liamhuber authored Jun 7, 2024
1 parent cc71aec commit ce59a49
Showing 1 changed file with 7 additions and 9 deletions.
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
tools:
python: 'mambaforge-4.10'
os: "ubuntu-22.04"
tools:
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 @@ -24,9 +28,3 @@ formats: all
# Install pyiron from conda
conda:
environment: docs/environment.yml

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

0 comments on commit ce59a49

Please sign in to comment.