diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-10-13 06:14:08 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-10-13 06:14:08 (GMT) |
commit | e385d0661ecf8bc9ba95c4395d9a11262c2cbfec (patch) | |
tree | b9f0b6ec39101634681d031b29fc1a6b72782269 /Misc | |
parent | f6c29a65e2a6da5c0014c868cf963c975b74e72b (diff) | |
download | cpython-e385d0661ecf8bc9ba95c4395d9a11262c2cbfec.zip cpython-e385d0661ecf8bc9ba95c4395d9a11262c2cbfec.tar.gz cpython-e385d0661ecf8bc9ba95c4395d9a11262c2cbfec.tar.bz2 |
bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-10-13-07-39-57.bpo-34967.E40tFP.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-10-13-07-39-57.bpo-34967.E40tFP.rst b/Misc/NEWS.d/next/Documentation/2018-10-13-07-39-57.bpo-34967.E40tFP.rst new file mode 100644 index 0000000..6341296 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-10-13-07-39-57.bpo-34967.E40tFP.rst @@ -0,0 +1,2 @@ +Use app.add_object_type() instead of the deprecated Sphinx function +app.description_unit() |