Skip to content

Commit

Permalink
try pre-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 27, 2023
1 parent 4744d3f commit f7c3ca5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"
commands:
- cat .ci_support/environment-docs.yml
- mamba env create --quiet --name readthedocs --file .ci_support/environment-docs.yml
- 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
jobs:
pre_build:
- pip install versioneer[toml]==0.29
- pip install . --no-deps --no-build-isolation

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit f7c3ca5

Please sign in to comment.