Skip to content

Commit 9f5b297

Browse files
committed
feat(doc): Add support for readthedocs
1 parent 8f94308 commit 9f5b297

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2+
3+
version: 2
4+
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.13"
9+
10+
mkdocs:
11+
configuration: mkdocs.yml
12+
13+
14+
python:
15+
install:
16+
- requirements: docs/requirements.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Python 3.10+](https://img.shields.io/badge/Python-3.10+-brightgreen.svg)](#)
77
[![Django 4.2+](https://img.shields.io/badge/Django-4.2+-brightgreen.svg)](#)
88
[![License MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/Codoc-os/drf-simple-oauth2/blob/master/LICENSE)
9-
[![codecov](https://codecov.io/gh/Codoc-os/drf-simple-oauth2/branch/master/graph/badge.svg)](https://codecov.io/gh/Codoc-os/drf-simple-oauth2)
9+
[![codecov](https://codecov.io/gh/Codoc-os/drf-simple-oauth2/graph/badge.svg?token=Jrra7iA4gW)](https://codecov.io/gh/Codoc-os/drf-simple-oauth2)
1010
[![CodeFactor](https://www.codefactor.io/repository/github/Codoc-os/drf-simple-oauth2/badge)](https://www.codefactor.io/repository/github/Codoc-os/drf-simple-oauth2)
1111

1212
**DRF Simple OAuth2** is an OAuth2/OpenID Connect client for Django REST Framework. It lets you define one or many providers entirely via settings.

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mkdocs~=1.5.3
2+
jinja2~=3.1.3

0 commit comments

Comments
 (0)