| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c887148 commit 4fa4a79
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -192,7 +192,7 @@ def docs(session): | |||
| 192 | 192 | """Build the docs for this library.""" | |
| 193 | 193 | ||
| 194 | 194 | session.install("-e", ".") | |
| 195 | - session.install("sphinx<3.0.0", "alabaster", "recommonmark") | ||
| 195 | + session.install("sphinx==4.0.1", "alabaster", "recommonmark") | ||
| 196 | 196 | ||
| 197 | 197 | shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True) | |
| 198 | 198 | session.run( | |
@@ -215,7 +215,7 @@ def docfx(session): | |||
| 215 | 215 | ||
| 216 | 216 | session.install("-e", ".") | |
| 217 | 217 | session.install( | |
| 218 | - "sphinx<3.0.0", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml" | ||
| 218 | + "sphinx==4.0.1", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml" | ||
| 219 | 219 | ) | |
| 220 | 220 | ||
| 221 | 221 | shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -119,7 +119,4 @@ | |||
| 119 | 119 | # ---------------------------------------------------------------------------- | |
| 120 | 120 | python.py_samples(skip_readmes=True) | |
| 121 | 121 | ||
| 122 | - # TODO(busunkim): Use latest sphinx after microgenerator transition | ||
| 123 | - s.replace("noxfile.py", """['"]sphinx==4.0.1['"]""", '"sphinx<3.0.0"') | ||
| 124 | - | ||
| 125 | 122 | s.shell.run(["nox", "-s", "blacken"], hide_output=False) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments