Skip to content

Commit bc21873

Browse files
committed
Fix doc build
1 parent 1fa51a4 commit bc21873

File tree

3 files changed

+5
-118
lines changed

3 files changed

+5
-118
lines changed

.readthedocs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.11"
12+
python: "3.12"
1313
# You can also specify other tool versions:
1414
# nodejs: "19"
1515
# rust: "1.64"
@@ -26,5 +26,5 @@ sphinx:
2626
# Optionally declare the Python requirements required to build your docs
2727
python:
2828
install:
29-
- requirements: requirements-test.txt
30-
- requirements: requirements.txt
29+
- requirements: requirements/3.10/requirements-test.txt
30+
- requirements: requirements/3.10/requirements.txt

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
</a>
88
</p>
99

10+
[![PyPI version](https://badge.fury.io/py/django-pyoidc.svg)](https://pypi.org/project/django-pyoidc/)
11+
1012
This library allow *Single Sign On* (SSO) integration into Django through the [Open ID Connect (OIDC)]() protocol.
1113

1214
It can be used to setup a Single Sign On using an identity provider (Keycloak, etc.) or to login using Google, Twitter, etc.

requirements.txt

-115
This file was deleted.

0 commit comments

Comments
 (0)