| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cd822c9 commit 430ca32
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -143,7 +143,7 @@ def docs(session): | |||
| 143 | 143 | """Build the docs for this library.""" | |
| 144 | 144 | ||
| 145 | 145 | session.install("-e", ".") | |
| 146 | - session.install("sphinx", "alabaster", "recommonmark") | ||
| 146 | + session.install("sphinx==2.4.4", "alabaster", "recommonmark") | ||
| 147 | 147 | ||
| 148 | 148 | shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True) | |
| 149 | 149 | session.run( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments