Skip to content

Commit

Permalink
Overwrite installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 27, 2023
1 parent e47af23 commit bc08eb8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"
commands:
- pip install versioneer[toml]==0.29
- pip install . --no-deps --no-build-isolation
- python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -19,10 +23,4 @@ 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: .
environment: .ci_support/environment-docs.yml

0 comments on commit bc08eb8

Please sign in to comment.