Skip to content

Commit 3b73315

Browse files
authored
Merge pull request #89 from bckohan/v2.x.x
try fix rtd build
2 parents 3f4ef88 + 75adb0c commit 3b73315

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Security Policy
22

3+
[![CodeQL](https://github.com/bckohan/django-enum/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/bckohan/django-enum/actions/workflows/github-code-scanning/codeql?query=branch:main)
34
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/bckohan/django-enum/badge)](https://securityscorecards.dev/viewer/?uri=github.com/bckohan/django-enum)
45

56
## Supported Versions

doc/.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ build:
1212
python: "3.12"
1313
jobs:
1414
post_create_environment:
15-
- pip install poetry
15+
- pipx install uv
1616
post_install:
17-
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with docs
17+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs
1818

1919
# Build documentation in the docs/ directory with Sphinx
2020
sphinx:

0 commit comments

Comments
 (0)