Skip to content

Commit

Permalink
docs(rtd-build-ci): use explicitly python3.12 as entrypoint, rather t…
Browse files Browse the repository at this point in the history
…han python
  • Loading branch information
boromir674 committed Nov 15, 2023
1 parent bc29aee commit 02bc6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ build:
# ALL JOBS implied: https://docs.readthedocs.io/en/stable/builds.html
jobs:
post_system_dependencies:
- python -m pip install --user poetry
- python3.12 -m pip install --user poetry
pre_install:
- python -m poetry export -o req-docs.txt -E docs
- python3.12 -m poetry export -o req-docs.txt -E docs


# Build documentation in the "docs/" directory with mkdocs
Expand Down

0 comments on commit 02bc6f8

Please sign in to comment.