Skip to content
Snippets Groups Projects
Commit 510f0598 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

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's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 51952548
No related branches found
No related tags found
No related merge requests found
......@@ -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 -------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment