diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-10-28 02:06:30 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-10-28 02:06:30 +0000 |
| commit | 9b6a13adc4fd596f8d1330b180884041ecb61710 (patch) | |
| tree | 01096ccd92e13ced18cfa282c3aface1d76c592e /doc/developer/conf.py | |
| parent | a353782e3bab5e56cd580c257d2cf3a36489426d (diff) | |
doc: ignore libyang-building.rst in sources
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/developer/conf.py')
| -rw-r--r-- | doc/developer/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/conf.py b/doc/developer/conf.py index 61253c4b2f..254c9f6bfc 100644 --- a/doc/developer/conf.py +++ b/doc/developer/conf.py @@ -131,7 +131,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build'] +exclude_patterns = ['_build', 'building-libyang.rst'] # The reST default role (used for this markup: `text`) to use for all # documents. |
