diff options
| author | Daniil Baturin <daniil@vyos.io> | 2020-09-19 07:36:24 +0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-19 07:36:24 +0700 | 
| commit | 5b3b0866afccd89fb3d4389492a661c5bba3544c (patch) | |
| tree | 97f1663a8a52329d09dcf5c17e4f88be3cf9dab1 /docs/conf.py | |
| parent | a7d7d1c22e25b21b34139410dec98c4aa82e7b3f (diff) | |
| parent | 5cbe8945ae978a04d554c3080fe843926009a25d (diff) | |
| download | vyos-documentation-5b3b0866afccd89fb3d4389492a661c5bba3544c.tar.gz vyos-documentation-5b3b0866afccd89fb3d4389492a661c5bba3544c.zip | |
Merge pull request #338 from currite/crux-remove-cluster
clustering: remove
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/conf.py b/docs/conf.py index e2a059f2..97f31360 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ language = None  # 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 = [u'_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store', '*.removed']  # The name of the Pygments (syntax highlighting) style to use.  pygments_style = 'sphinx' | 
