diff --git a/docs/conf.py b/docs/conf.py index 8b7a029f54b6686016993ae4f951eee3c1db2ae9..97737df8d3cfecae03cb96b9e25b3edaac6f1290 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,6 +14,7 @@ import os import sys import recommonmark sys.path.insert(0, os.path.abspath('.')) +sys.path.insert(0, os.path.abspath('..')) exclude_patterns = ['tmp', 'build', 'tools', 'README.md'] diff --git a/docs/index.rst b/docs/index.rst index 0d373f1bce308211be1364003719016d8f76d471..d56626063110c02186c31b39947c9b70f56fbb07 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,5 +5,13 @@ :maxdepth: 1 zh_cn/tutorials/index + zh_cn/models/index + zh_cn/advanced_tutorials/index + zh_cn/application/index + zh_cn/extension/index + zh_cn/competition_support.md + zh_cn/model_zoo.md + zh_cn/change_log.md + zh_cn/faq.md :math:`PaddlePaddle2020`