diff --git a/noxfile.py b/noxfile.py index 3420c57b4..751cbbaab 100644 --- a/noxfile.py +++ b/noxfile.py @@ -138,7 +138,7 @@ def docs(session): "sphinx==4.5.0", "alabaster", "recommonmark", - "sphinx_docstring_typing", + "sphinx-docstring-typing", ) shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True) @@ -155,7 +155,6 @@ def docs(session): os.path.join("docs", "_build", "html", ""), ) - @nox.session(python="3.10") def docfx(session): """Build the docfx yaml files for this library."""