Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit ccaa4dc

Browse files
author
staticdev
committedDec 30, 2020
Fix nox python docs version
1 parent 8326124 commit ccaa4dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎noxfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def xdoctest(session: Session) -> None:
157157
session.run("python", "-m", "xdoctest", package, *args)
158158

159159

160-
@nox.session(name="docs-build", python="3.8")
160+
@nox.session(name="docs-build", python="3.9")
161161
def docs_build(session: Session) -> None:
162162
"""Build the documentation."""
163163
args = session.posargs or ["docs", "docs/_build"]
@@ -171,7 +171,7 @@ def docs_build(session: Session) -> None:
171171
session.run("sphinx-build", *args)
172172

173173

174-
@nox.session(python="3.8")
174+
@nox.session(python="3.9")
175175
def docs(session: Session) -> None:
176176
"""Build and serve the documentation with live reloading on file changes."""
177177
args = session.posargs or ["--open-browser", "docs", "docs/_build"]

0 commit comments

Comments
 (0)
This repository has been archived.