diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-09-03 21:38:31 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-09-04 01:14:16 +0900 |
| commit | abcb5bd5eca6ea46ffcc34a55b663083d03f339c (patch) | |
| tree | fc2c6046c3842e3ef5efd2b9d15a88c6ff16eeab /tests/roots/test-circular | |
| parent | bc02abcb77143d12c08265c4c10ba9c6cd003832 (diff) | |
| download | sphinx-git-abcb5bd5eca6ea46ffcc34a55b663083d03f339c.tar.gz | |
The default setting for master_doc is changed to 'index'
Diffstat (limited to 'tests/roots/test-circular')
| -rw-r--r-- | tests/roots/test-circular/index.rst (renamed from tests/roots/test-circular/contents.rst) | 0 | ||||
| -rw-r--r-- | tests/roots/test-circular/sub.rst | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/roots/test-circular/contents.rst b/tests/roots/test-circular/index.rst index 294e674dd..294e674dd 100644 --- a/tests/roots/test-circular/contents.rst +++ b/tests/roots/test-circular/index.rst diff --git a/tests/roots/test-circular/sub.rst b/tests/roots/test-circular/sub.rst index 070c39743..cebfd6587 100644 --- a/tests/roots/test-circular/sub.rst +++ b/tests/roots/test-circular/sub.rst @@ -1,3 +1,3 @@ .. toctree:: - contents + index |
