diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-03-21 02:21:59 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-03-21 02:21:59 +0900 |
commit | 86f0336693df45acdc2e968322bd794171e45eef (patch) | |
tree | 0faf30c4ce4e1c3a1acf3ad3d814848a4592110f /sphinx/application.py | |
parent | e6cc18cc59e54a26d25c7ec54354b3dfa646c07b (diff) | |
parent | b96a315b5f80c7127b5fad7c6c25ce3a1056ad48 (diff) | |
download | sphinx-git-86f0336693df45acdc2e968322bd794171e45eef.tar.gz |
Merge branch '2.0'
Diffstat (limited to 'sphinx/application.py')
-rw-r--r-- | sphinx/application.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/application.py b/sphinx/application.py index dcd143712..aee9f4410 100644 --- a/sphinx/application.py +++ b/sphinx/application.py @@ -832,9 +832,6 @@ class Sphinx: For the role content, you have the same syntactical possibilities as for standard Sphinx roles (see :ref:`xref-syntax`). - This method is also available under the deprecated alias - :meth:`add_description_unit`. - .. versionchanged:: 1.8 Add *override* keyword. """ |