diff options
| author | Rafael Zalamena <rzalamena@users.noreply.github.com> | 2019-02-05 20:32:14 -0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-05 20:32:14 -0200 |
| commit | c0a0dbb01b7186dddfa5320d12f26efc761da3b0 (patch) | |
| tree | 857831d78cf87df585179e53735061164dfae478 /doc/developer/conf.py | |
| parent | 77d9c92609c919fa889a2d7292ec40b8cbdcff77 (diff) | |
| parent | 370c8e079fc15da7a890682a98decef3f284d0ee (diff) | |
Merge pull request #3737 from qlyoung/doc-move-topotest-to-devdocs
doc: move topotests docs to developers guide
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 254c9f6bfc..ad501ae39d 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', 'building-libyang.rst'] +exclude_patterns = ['_build', 'building-libyang.rst', 'topotests-snippets.rst'] # The reST default role (used for this markup: `text`) to use for all # documents. |
