diff options
| author | currite <sll@disroot.org> | 2020-09-18 21:41:42 +0200 | 
|---|---|---|
| committer | currite <sll@disroot.org> | 2020-09-18 21:41:42 +0200 | 
| commit | 5cbe8945ae978a04d554c3080fe843926009a25d (patch) | |
| tree | 336fe1782d0203cb4aee8a61b3d98cc46df3cddb /docs | |
| parent | 4b086010c08024c998800a73ed41ffd4fc09eae0 (diff) | |
| download | vyos-documentation-5cbe8945ae978a04d554c3080fe843926009a25d.tar.gz vyos-documentation-5cbe8945ae978a04d554c3080fe843926009a25d.zip | |
clustering: remove
It keeps being in the directory as clustering.removed
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/clustering.removed (renamed from docs/clustering.rst) | 0 | ||||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/index.rst | 1 | 
3 files changed, 1 insertions, 2 deletions
| diff --git a/docs/clustering.rst b/docs/clustering.removed index 97678445..97678445 100644 --- a/docs/clustering.rst +++ b/docs/clustering.removed 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' diff --git a/docs/index.rst b/docs/index.rst index a18c2720..e6e2bf38 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -45,7 +45,6 @@ Introduction     services/index     system/index     high-availability -   clustering     load-balancing     image-mgmt     commandscripting | 
