Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jan 24, 2025
1 parent fbc66af commit 017f778
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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."""
Expand Down

0 comments on commit 017f778

Please sign in to comment.