Skip to content

Commit 75adb0c

Browse files
committed
try fix rtd build
1 parent 068fdaa commit 75adb0c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

SECURITY.md

+1
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

+2-2
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)