Skip to content

Commit 72dce13

Browse files
committed
build(deps): Add furo
1 parent 4b18b47 commit 72dce13

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

poetry.lock

Lines changed: 49 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ colorama = ">=0.3.9"
5151
### Docs ###
5252
sphinx = "*"
5353
alagitpull = "^0.1.0"
54+
furo = "^2022.2.23"
5455
sphinx-issues = "^3.0.0"
5556
sphinx-click = "*"
5657
sphinx-autodoc-typehints = "~1.17.0"
@@ -74,7 +75,7 @@ isort = "*"
7475
flake8 = "*"
7576

7677
[tool.poetry.extras]
77-
docs = ["sphinx", "sphinx-issues", "sphinx-click", "sphinx-autodoc-typehints", "myst_parser", "sphinx-autobuild", "alagitpull"]
78+
docs = ["sphinx", "sphinx-issues", "sphinx-click", "sphinx-autodoc-typehints", "myst_parser", "sphinx-autobuild", "alagitpull", "furo"]
7879
test = ["pytest", "pytest-rerunfailures"]
7980
coverage = ["codecov", "coverage", "pytest-cov"]
8081
format = ["black", "isort"]

0 commit comments

Comments
 (0)