We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52c7636 + cc97f19 commit 2e032feCopy full SHA for 2e032fe
.readthedocs.yml
@@ -12,6 +12,8 @@ build:
12
jobs:
13
pre_build:
14
# Generate the Sphinx configuration for this Jupyter Book so it builds.
15
+ - pip install versioneer[toml]==0.29
16
+ - pip install . --no-deps --no-build-isolation
17
- "cp README.md docs"
18
- "cp notebooks/*.ipynb docs"
19
- "jupyter-book config sphinx docs/"
@@ -26,11 +28,3 @@ formats: []
26
28
# Install pyiron from conda
27
29
conda:
30
environment: .ci_support/environment-docs.yml
-
-# Optionally set the version of Python and requirements required to build your docs
31
-python:
32
- install:
33
- - method: pip
34
- path: .
35
- extra_requirements:
36
- - sphinx
0 commit comments