fix: mark sphinx-rtd-theme as optional

This commit is contained in:
Mike 2022-08-15 11:53:39 -07:00
parent b0e22dce17
commit eb1184f889

View file

@ -64,7 +64,7 @@ sphinx = { version = "^5.0", optional = true }
sphinx-autodoc-typehints = { version = "^1.12", optional = true }
m2r2 = { version = "^0.3", optional = true }
tomlkit = { version = "^0.11", optional = true }
sphinx-rtd-theme = "^1.0.0"
sphinx-rtd-theme = { version = "^1.0.0", optional = true }
[tool.poetry.dev-dependencies]
mypy = "^0.971"