From 4956e2435d8e5b23d96ee6daf69d7652b4da5bfb Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 25 Apr 2023 22:58:44 -0500 Subject: [PATCH] make rtd theme dep more specific to go w/ docutils --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0701fe..11545f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"