diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-05-27 17:29:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 17:29:27 (GMT) |
commit | 88e3fee3f81f3470cf4fe2e2611441071779e884 (patch) | |
tree | 3ba0854dea250354c93e9f58e81a4d48ccd13880 /Doc/requirements.txt | |
parent | 59630f92d8223f80993e3646b0f734d27f4b8dd4 (diff) | |
download | cpython-88e3fee3f81f3470cf4fe2e2611441071779e884.zip cpython-88e3fee3f81f3470cf4fe2e2611441071779e884.tar.gz cpython-88e3fee3f81f3470cf4fe2e2611441071779e884.tar.bz2 |
Docs: Only install sphinx-autobuild for `make htmllive` (#119607)
Diffstat (limited to 'Doc/requirements.txt')
-rw-r--r-- | Doc/requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 15675ab..b47a9d8 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -10,7 +10,6 @@ sphinx~=7.3.0 blurb -sphinx-autobuild sphinxext-opengraph==0.7.5 sphinx-notfound-page==1.0.0 |