Skip to content

Commit a438e9a

Browse files
authored
Fix: move furo as dev dependency (#194)
Previously `furo` was a dependency, which resulted in it being required by any installation. Now `furo` is a development dependency.
1 parent 38f4b9e commit a438e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ python = "^3.8"
2121
sphinx = ">=3.1"
2222
clang = ">=6"
2323
beautifulsoup4 = "*"
24-
furo = "^2023.5.20"
2524

2625
[tool.poetry.scripts]
2726
sphinx-c-apidoc = 'sphinx_c_autodoc.apidoc:main'
@@ -35,6 +34,7 @@ pytest-cov = "4.1.0"
3534
sphinxcontrib-autoprogram = "0.1.8"
3635
types-docutils = "0.20.0.3"
3736
pylint = "^2.17.4"
37+
furo = "^2023.5.20"
3838

3939
[build-system]
4040
requires = ["poetry-core"]

0 commit comments

Comments
 (0)