sphinx dep: make version amenable
This commit is contained in:
parent
9c13b0de4c
commit
adb00f25e9
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ readme = "README.md"
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
textual = ">=0.10"
|
textual = ">=0.10"
|
||||||
humanfriendly = ">=10.0"
|
humanfriendly = ">=10.0"
|
||||||
|
sphinx = "^6.2"
|
||||||
|
|
||||||
|
[tool.poetry.dev-dependencies]
|
||||||
|
sphinx-rtd-theme = ">=1.0.0"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
amdgpu-stats = "amdgpu_stats.interface:tui"
|
amdgpu-stats = "amdgpu_stats.interface:tui"
|
||||||
|
|
Reference in a new issue