Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Feb 29, 2024
1 parent 64e0f32 commit 880b7c6
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,18 @@ build:
os: ubuntu-22.04
tools:
python: "3.9"
# jobs:
# post_create_environment:
jobs:
post_create_environment:
# # Install poetry
# # https://python-poetry.org/docs/#installing-manually
# - pip install poetry
- pip install poetry
# # Tell poetry to not use a virtual environment
# - poetry config virtualenvs.create false
# post_install:
# - pip uninstall -y mkdocs
- poetry config virtualenvs.create false
- pip uninstall -y mkdocs
# # Install dependencies with 'docs' dependency group
# # https://python-poetry.org/docs/managing-dependencies/#dependency-groups
# - poetry install

python:
install:
- requirements: pyproject.toml
- poetry install
- poetry env info

mkdocs:
configuration: mkdocs.yml

0 comments on commit 880b7c6

Please sign in to comment.