FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: Pin Sphnix version to last working release (#51) · bpg130/python-spanner@430ca32 · GitHub

Commit 430ca32

Browse files
authored
fix: Pin Sphnix version to last working release (googleapis#51)
Co-authored-by: larkee <larkee@users.noreply.github.com>
1 parent cd822c9 commit 430ca32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎noxfile.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def docs(session):
143143
"""Build the docs for this library."""
144144

145145
session.install("-e", ".")
146-
session.install("sphinx", "alabaster", "recommonmark")
146+
session.install("sphinx==2.4.4", "alabaster", "recommonmark")
147147

148148
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
149149
session.run(

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL