Skip to content

Commit

Permalink
[patch] Update readthedocs config (#65)
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 b875e69 commit 2ee31aa
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
version: 2

build:
os: ubuntu-20.04
tools:
python: 'mambaforge-4.10'
nodejs: "16"
jobs:
post_install:
- npm install -g @mermaid-js/mermaid-cli
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"
nodejs: "16"
jobs:
pre_build:
- pip install versioneer[toml]==0.29
- pip install . --no-deps --no-build-isolation
post_install:
- npm install -g @mermaid-js/mermaid-cli

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -28,9 +31,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 2ee31aa

Please sign in to comment.