diff options
author | Anthony Sottile <asottile@umich.edu> | 2019-02-15 23:41:15 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-02-15 23:41:15 (GMT) |
commit | a16ab00c0b8e126ab82e7cb5098af3ea32d315ff (patch) | |
tree | 8bd5941f06746e1cf1ae5961cc311d92553bad08 /Misc | |
parent | 36433221f06d649dbd7e13f5fec948be8ffb90af (diff) | |
download | cpython-a16ab00c0b8e126ab82e7cb5098af3ea32d315ff.zip cpython-a16ab00c0b8e126ab82e7cb5098af3ea32d315ff.tar.gz cpython-a16ab00c0b8e126ab82e7cb5098af3ea32d315ff.tar.bz2 |
bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887)
https://bugs.python.org/issue36007
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-02-15-15-33-41.bpo-36007.OTFrza.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-02-15-15-33-41.bpo-36007.OTFrza.rst b/Misc/NEWS.d/next/Documentation/2019-02-15-15-33-41.bpo-36007.OTFrza.rst new file mode 100644 index 0000000..e8061b3 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-02-15-15-33-41.bpo-36007.OTFrza.rst @@ -0,0 +1 @@ +Bump minimum sphinx version to 1.8. Patch by Anthony Sottile. |