Skip to content

Commit e558ec7

Browse files
committed
Add sphinx reqs
1 parent 0a88671 commit e558ec7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,12 @@ dev = [
8484
"pybullet",
8585
]
8686

87-
docs = ["sphinx", "sphinx_rtd_theme", "sphinx-autorun"]
87+
docs = [
88+
"sphinx",
89+
"sphinx_rtd_theme",
90+
"sphinx-autorun",
91+
"sphinx_autodoc_typehints",
92+
]
8893

8994

9095
[project.scripts]

0 commit comments

Comments
 (0)