summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-05-10 14:57:55 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-05-10 23:38:31 +0800
commit6e51c4ca72bdbf08874687025c5bdb597f1b93d1 (patch)
tree44b74473331592163c3b891d98b5a41c0d0f2c07 /docs
parentdae8de048d633997b5c96a773d29f52d65af462f (diff)
Fix document index error
`include` directive seems not supported by default Change-Id: I0c94592c140b40950e36b079bc3760bc5dcb26b9 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 17ed58d8..f3e275e5 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -13,7 +13,10 @@ for performance, simple but supported by comprehensive testing data and transpar
.. _QTIP: https://wiki.opnfv.org/display/qtip
.. _OPNFV: https://www.opnfv.org/
-.. include:: release/release-notes/index.rst
-.. include:: testing/user/configguide/index.rst
-.. include:: testing/user/userguide/index.rst
-.. include:: testing/developer/devguide/index.rst
+.. toctree::
+ :maxdepth: 2
+
+ release/release-notes/index.rst
+ testing/user/configguide/index.rst
+ testing/user/userguide/index.rst
+ testing/developer/devguide/index.rst