diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-04-20 01:44:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 01:44:47 +0900 |
commit | dfdc7626b5dd06bff3d326e6efddc492ef00c471 (patch) | |
tree | 784b35f5072f229b8e0c47d6894432ee2b78689d | |
parent | 98004403c036a70ff295af5af7d9467ceade5451 (diff) | |
parent | aeb00d81869287aef56f52173e25d2b792f3623c (diff) | |
download | sphinx-git-dfdc7626b5dd06bff3d326e6efddc492ef00c471.tar.gz |
Merge pull request #9117 from tk0miya/9116_typo
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 |