We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd2951 commit 472479aCopy full SHA for 472479a
1 file changed
{{cookiecutter.project_name}}/noxfile.py
@@ -199,6 +199,7 @@ def docs_build(session: Session) -> None:
199
session.log("Building documentation.")
200
session.run("sphinx-build", "-b", "html", "docs", str(docs_build_dir), "-W")
201
202
+
203
@nox.session(python=DEFAULT_PYTHON_VERSION, name="docs", tags=[DOCS, BUILD])
204
def docs(session: Session) -> None:
205
"""Build and serve the project documentation (Sphinx)."""
0 commit comments