Skip to content

Commit

Permalink
trying to fix readthedocs again
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Feb 29, 2024
1 parent 1d46f6d commit 987bcef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
File renamed without changes.
16 changes: 9 additions & 7 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ build:
python: "3.9"
jobs:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- python -m pip install poetry
# Tell poetry to not use a virtual environment
- python -m poetry config virtualenvs.create false
# Install poetry
- asdf plugin add poetry
- asdf install poetry latest
- asdf global poetry latest
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- python -m poetry install
- python -m poetry env info
- poetry install
- poetry env info
- pip freeze

mkdocs:
configuration: mkdocs.yml

0 comments on commit 987bcef

Please sign in to comment.