File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11version : 2
2-
3- sphinx :
4- configuration : docs/conf.py
5-
62build :
7- image : latest
8-
3+ os : ubuntu-24.04
4+ tools :
5+ python : ' 3.13'
6+ sphinx :
7+ configuration : docs/conf.py
98python :
10- version : 3.13
119 install :
12- - requirements : requirements.txt
13- - requirements : requirements-docs.txt
10+ - requirements : requirements.txt
11+ - requirements : requirements-docs.txt
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ exclude .gitignore
88exclude .readthedocs.yml
99exclude mypy.ini
1010exclude pytest.ini
11+ exclude requirements.txt
1112exclude requirements-dev.txt
1213exclude requirements-docs.txt
1314exclude ruff.toml
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ requires-python = ">=3.9"
3131
3232[project .urls ]
3333Documentation = " 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"
3536Repository = " https://github.com/top-gg-community/python-sdk"
3637"Support server" = " https://discord.gg/dbl"
You can’t perform that action at this time.
0 commit comments