Skip to content

Commit 6433738

Browse files
committed
fix: broken docs deps
1 parent e3b41d0 commit 6433738

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

noxfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def test(session: nox.Session) -> None:
8888

8989
@nox_session()
9090
def sphinx(session: nox.Session) -> None:
91+
session.install(".")
9192
session.install("--group", "docs")
9293
session.run("python", "./scripts/docs/api_reference_generator.py")
9394
session.run("python", "-m", "sphinx.cmd.build", "docs/source", "docs/build", "-b", "html")

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ docs = [
6161
"sphinx-copybutton>=0.5.2, <1",
6262
"sphinx-inline-tabs==2023.4.21",
6363
"sphinx_design>=0.6.0, <1",
64+
"sphinx_prompt>=1.9.0, <2",
6465
"sphinx-notfound-page>=1.0.2, <2",
6566
"sphinxext-opengraph>=0.9.1, <1",
67+
"sphinxcontrib-mermaid>=0.9.2, <2",
6668
{include-group = "extensions"}
6769
]
6870
typecheck = [

0 commit comments

Comments
 (0)