Skip to content

Commit 017f778

Browse files
committed
typo
1 parent fbc66af commit 017f778

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def docs(session):
138138
"sphinx==4.5.0",
139139
"alabaster",
140140
"recommonmark",
141-
"sphinx_docstring_typing",
141+
"sphinx-docstring-typing",
142142
)
143143

144144
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
@@ -155,7 +155,6 @@ def docs(session):
155155
os.path.join("docs", "_build", "html", ""),
156156
)
157157

158-
159158
@nox.session(python="3.10")
160159
def docfx(session):
161160
"""Build the docfx yaml files for this library."""

0 commit comments

Comments
 (0)