Skip to content

Commit

Permalink
build: use flit
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Jun 9, 2024
1 parent 715328f commit c405ba2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
17 changes: 7 additions & 10 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.12"
jobs:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- python -m pip install poetry
post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
python: "3.10"

python:
install:
- method: pip
path: .
extra_requirements: [docs]

sphinx:
configuration: docs/conf.py
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ dev = [
'pytest==8.2.2',
'pytest-github-actions-annotate-failures==0.2.0',
'coverage==7.5.3',
'pre-commit==3.7.1',
'mypy==1.10.0',
'types-requests==2.32.0.20240602',
'sphinx-autobuild==2024.4.16',
Expand Down

0 comments on commit c405ba2

Please sign in to comment.