]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: ignore libyang-building.rst in sources
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sun, 28 Oct 2018 02:06:30 +0000 (02:06 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sun, 28 Oct 2018 02:06:30 +0000 (02:06 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/developer/conf.py

index 61253c4b2f4ef48c3b267d2ec196dcaeda5a6e05..254c9f6bfc19a1f0141bd7a05ba59f009d48805b 100644 (file)
@@ -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.