WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9ba4f9c

Browse files
authored
Merge pull request #163 from pyiron/readthedocs
Update readthedocs environment
2 parents 37563fa + d0367b1 commit 9ba4f9c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.readthedocs.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
version: 2
77

88
build:
9-
os: "ubuntu-20.04"
9+
os: "ubuntu-22.04"
1010
tools:
11-
python: "mambaforge-4.10"
11+
python: "mambaforge-22.9"
12+
jobs:
13+
pre_build:
14+
- pip install versioneer[toml]==0.29
15+
- pip install . --no-deps --no-build-isolation
1216

1317
# Build documentation in the docs/ directory with Sphinx
1418
sphinx:
@@ -20,9 +24,3 @@ formats: []
2024
# Install pyiron from conda
2125
conda:
2226
environment: .ci_support/environment-docs.yml
23-
24-
# Optionally set the version of Python and requirements required to build your docs
25-
python:
26-
install:
27-
- method: pip
28-
path: .

0 commit comments

Comments
 (0)