Skip to content

Commit

Permalink
Merge pull request #261 from pyiron/rtdcleanup
Browse files Browse the repository at this point in the history
Clean up read the docs config
  • Loading branch information
jan-janssen committed May 4, 2024
2 parents 15146ec + f00f3fb commit 2ff7350
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ build:
jobs:
pre_build:
# Generate the Sphinx configuration for this Jupyter Book so it builds.
- pip install versioneer[toml]==0.29
- pip install . --no-deps --no-build-isolation
- "cp README.md docs"
- "cp notebooks/*.ipynb docs"
- "jupyter-book config sphinx docs/"
Expand All @@ -26,11 +28,3 @@ formats: []
# Install pyiron from conda
conda:
environment: .ci_support/environment-docs.yml

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

0 comments on commit 2ff7350

Please sign in to comment.