Skip to content

Commit 0a1bbe2

Browse files
committed
doc: add raw API documentation link and update .readthedocs.yml
1 parent f93de30 commit 0a1bbe2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.readthedocs.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
version: 2
2-
3-
sphinx:
4-
configuration: docs/conf.py
5-
62
build:
7-
image: latest
8-
3+
os: ubuntu-24.04
4+
tools:
5+
python: '3.13'
6+
sphinx:
7+
configuration: docs/conf.py
98
python:
10-
version: 3.13
119
install:
12-
- requirements: requirements.txt
13-
- requirements: requirements-docs.txt
10+
- requirements: requirements.txt
11+
- requirements: requirements-docs.txt

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ exclude .gitignore
88
exclude .readthedocs.yml
99
exclude mypy.ini
1010
exclude pytest.ini
11+
exclude requirements.txt
1112
exclude requirements-dev.txt
1213
exclude requirements-docs.txt
1314
exclude ruff.toml

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ requires-python = ">=3.9"
3131

3232
[project.urls]
3333
Documentation = "https://topggpy.readthedocs.io/en/latest/"
34+
"Raw API Documentation" = "https://docs.top.gg/docs/"
3435
"Release notes" = "https://topggpy.readthedocs.io/en/latest/whats_new.html"
3536
Repository = "https://github.com/top-gg-community/python-sdk"
3637
"Support server" = "https://discord.gg/dbl"

0 commit comments

Comments
 (0)