8000 fix names of sphinx packages, they changed underscore to hyphen · rocsys/spatialmath-python@bfcb6da · GitHub
[go: up one dir, main page]

Skip to content

Commit bfcb6da

Browse files
committed
fix names of sphinx packages, they changed underscore to hyphen
1 parent 1669db8 commit bfcb6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ dev = [
6161

6262
docs = [
6363
"sphinx",
64-
"sphinx_rtd_theme",
64+
"sphinx-rtd-theme",
6565
"sphinx-autorun",
6666
"sphinxcontrib-jsmath",
6767
"sphinx-favicon",
68-
"sphinx_autodoc_typehints",
68+
"sphinx-autodoc-typehints",
6969
]
7070

7171
[build-system]

0 commit comments

Comments
 (0)
0