提交 4bd15785 编写于 作者: littletomatodonkey's avatar littletomatodonkey

test

上级 87ada03d
......@@ -14,7 +14,6 @@ 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']
......
......@@ -5,15 +5,5 @@
: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`
\ No newline at end of file
:math:`PaddlePaddle2020`
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = build
# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
.PHONY: help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
rm -f $(BUILDDIR)/html/index_en.html
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册