File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ version: 2
88
99# Set the version of Python
1010build :
11- os : ubuntu-22 .04
11+ os : ubuntu-24 .04
1212 tools :
13- python : " 3.11 "
13+ python : " 3.14 "
1414 jobs :
1515 post_build :
1616 - rstcheck -r . # lint rst files
@@ -27,4 +27,5 @@ formats: all
2727
2828python :
2929 install :
30- - requirements : ./docs/requirements.txt
30+ - method : pip
31+ path : ./docs
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools" , " wheel" ]
3+ build-backend = " setuptools.build_meta"
4+
5+ [project ]
6+ name = " LizardByte"
7+ description = " LizardByte org level documentation"
8+ requires-python = " >=3.14"
9+ license = {text = " AGPL-3.0-only" }
10+ authors = [
11+ {name = " LizardByte" , email = " lizardbyte@users.noreply.github.com" }
12+ ]
13+
14+ dependencies = [
15+ " click-extra[sphinx]==7.5.3" ,
16+ " furo==2025.12.19" ,
17+ " myst-parser==5.0.0" ,
18+ " rstcheck[sphinx]==6.2.5" ,
19+ " rstfmt==0.0.14" ,
20+ " Sphinx==8.2.3" ,
21+ " sphinx-copybutton==0.5.2" ,
22+ ]
23+
24+ [project .urls ]
25+ Homepage = " https://github.com/LizardByte"
26+ Repository = " https://github.com/LizardByte/.github"
27+ Issues = " https://github.com/LizardByte/.github/issues"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments