From 510f05989a72befc7c0dc30eff19f5441d2b42cd Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 25 Mar 2021 15:39:45 +0000 Subject: [PATCH] conf.py: Exclude files out of the build process * experimental will be dropped soon * README.rst - is only meant as entry point * project.rst - is only meant for CONTRIBUTING template Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 347abeb..0188cc2 100644 --- a/conf.py +++ b/conf.py @@ -30,7 +30,6 @@ release = '1.0' # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'recommonmark' ] # Add any paths that contain templates here, relative to this directory. @@ -46,7 +45,7 @@ language = 'y' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. -exclude_patterns = [] +exclude_patterns = ['README.rst', 'contributing/project.rst', 'experimental'] # -- Options for HTML output ------------------------------------------------- -- GitLab