Skip to content

Commit

Permalink
Manage doc deps with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Dec 23, 2023
1 parent 3ad1f62 commit 2a7d8f4
Show file tree
Hide file tree
Showing 5 changed files with 439 additions and 35 deletions.
12 changes: 6 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ build:
- (git fetch --tags) || exit 183
pre_install:
- git update-index --assume-unchanged docs/conf.py

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
post_create_environment:
- pip install poetry
- poetry self add "poetry-dynamic-versioning[plugin]"
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

8 changes: 0 additions & 8 deletions docs/requirements.txt

This file was deleted.

Loading

0 comments on commit 2a7d8f4

Please sign in to comment.