Skip to content

Commit

Permalink
ci: use default build steps of ReadTheDocs again
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Jan 4, 2025
1 parent 2b9fee5 commit 59642de
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ build:
os: ubuntu-22.04
tools:
python: '3.11'
commands:
- pip install poetry
- poetry config virtualenvs.create false
- cd docs && poetry install
- cd docs && cat mkdocs.yml
- cd docs && mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml
jobs:
# https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-poetry
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs

mkdocs:
configuration: mkdocs.yml

0 comments on commit 59642de

Please sign in to comment.