Skip to content

Commit 2e032fe

Browse files
authored
Merge pull request #293 from pyiron/rtdcleanup
Clean up read the docs config
2 parents 52c7636 + cc97f19 commit 2e032fe

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.readthedocs.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ build:
1212
jobs:
1313
pre_build:
1414
# 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
1517
- "cp README.md docs"
1618
- "cp notebooks/*.ipynb docs"
1719
- "jupyter-book config sphinx docs/"
@@ -26,11 +28,3 @@ formats: []
2628
# Install pyiron from conda
2729
conda:
2830
environment: .ci_support/environment-docs.yml
29-
30-
# 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

Comments
 (0)