Skip to content

Commit f9bdaa7

Browse files
committed
build(deps): Add sphinxext-rediraffe
See also: https://github.com/wpilibsuite/sphinxext-rediraffe
1 parent af345e2 commit f9bdaa7

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

poetry.lock

Lines changed: 16 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
@@ -58,6 +58,7 @@ sphinx-issues = "^3.0.0"
5858
sphinx-inline-tabs = { version = "*", python = "^3.7" }
5959
sphinxext-opengraph = "*"
6060
sphinx-copybutton = "^0.5.0"
61+
sphinxext-rediraffe = "*"
6162
myst_parser = "~0.17.0"
6263

6364
### Testing ###
@@ -78,7 +79,7 @@ isort = "*"
7879
flake8 = "*"
7980

8081
[tool.poetry.extras]
81-
docs = ["sphinx", "sphinx-issues", "sphinx-click", "sphinx-autodoc-typehints", "sphinx-autobuild", "sphinx-copybutton", "sphinxext-opengraph", "sphinx-inline-tabs", "myst_parser", "furo"]
82+
docs = ["sphinx", "sphinx-issues", "sphinx-click", "sphinx-autodoc-typehints", "sphinx-autobuild", "sphinxext-rediraffe", "sphinx-copybutton", "sphinxext-opengraph", "sphinx-inline-tabs", "myst_parser", "furo"]
8283
test = ["pytest", "pytest-rerunfailures", "pytest-watcher"]
8384
coverage = ["codecov", "coverage", "pytest-cov"]
8485
format = ["black", "isort"]

0 commit comments

Comments
 (0)