From 4bd157854d1da263348ab25a59f861e9f3a34e8e Mon Sep 17 00:00:00 2001 From: littletomatodonkey Date: Thu, 9 Apr 2020 17:46:37 +0000 Subject: [PATCH] test --- docs/conf.py | 1 - docs/index.rst | 12 +----------- docs/zh_cn/Makefile | 21 --------------------- 3 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 docs/zh_cn/Makefile diff --git a/docs/conf.py b/docs/conf.py index 97737df8..8b7a029f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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'] diff --git a/docs/index.rst b/docs/index.rst index 7c016f71..0d373f1b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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` diff --git a/docs/zh_cn/Makefile b/docs/zh_cn/Makefile deleted file mode 100644 index 862a33b7..00000000 --- a/docs/zh_cn/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# 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 -- GitLab