diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-04-20 01:04:50 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-04-20 01:13:48 +0900 |
commit | aeb00d81869287aef56f52173e25d2b792f3623c (patch) | |
tree | 91d3fd5eb36d021ae66933155f8f4381572ee5a7 | |
parent | cf4d3da081a1fc4de4f88885fd07c82a87f8444b (diff) | |
download | sphinx-git-aeb00d81869287aef56f52173e25d2b792f3623c.tar.gz |
doc: Fix typo
-rw-r--r-- | doc/usage/configuration.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index 989ce8737..7b7a0a1d4 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -186,7 +186,7 @@ General configuration Same as :confval:`root_doc`. .. versionchanged:: 4.0 - Renamed ``master_doc`` to ``master_doc``. + Renamed ``master_doc`` to ``root_doc``. .. confval:: root_doc @@ -196,7 +196,7 @@ General configuration .. versionchanged:: 2.0 The default is changed to ``'index'`` from ``'contents'``. .. versionchanged:: 4.0 - Renamed ``master_doc`` from ``master_doc``. + Renamed ``root_doc`` from ``master_doc``. .. confval:: exclude_patterns |