File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44version : 2
55build :
6- os : ubuntu-22.04
6+ os : ubuntu-lts-latest
77 tools :
8- python : " 3.12 "
8+ python : latest
99sphinx :
1010 configuration : docs/conf.py
1111python :
12- install :
13- - requirements : docs/requirements.txt
12+ install :
13+ - method : pip
14+ path : .
15+ extra_requirements :
16+ - doc
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -50,11 +50,17 @@ dev = [
5050 " build>=0.10.0" ,
5151 " Sphinx>=6.0.0" ,
5252 " sphinx-autobuild>=2021.3.14" ,
53- " sphinxcontrib-fulltoc>=1.2.0" ,
53+ " sphinxcontrib-fulltoc>=1.2.0" ,
5454 " build>=0.10.0" ,
5555 " twine>=4.0.2" ,
5656]
5757
58+ doc = [
59+ " Sphinx>=6.0.0" ,
60+ " sphinx-autobuild>=2021.3.14" ,
61+ " sphinxcontrib-fulltoc>=1.2.0" ,
62+ ]
63+
5864[project .urls ]
5965Homepage = " https://github.com/linode/linode_api4-python"
6066Documentation = " https://linode-api4.readthedocs.io/"
You can’t perform that action at this time.
0 commit comments