Archived
1
1
Fork 0

Merge pull request #14 from joshlay/fix_deps

make rtd theme dep more specific to go w/ docutils
This commit is contained in:
Josh Lay 2023-04-25 22:59:04 -05:00 committed by GitHub
commit 4dba5b7fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ humanfriendly = ">=10.0"
sphinx = "^5.3"
[tool.poetry.dev-dependencies]
sphinx-rtd-theme = ">=1.1.0"
sphinx-rtd-theme = "^1.1"
[tool.poetry.scripts]
amdgpu-stats = "amdgpu_stats.interface:tui"