Fix: Rather skip .tox instead of _build twice 37/69137/4
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 22 Nov 2021 13:33:40 +0000 (14:33 +0100)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Wed, 24 Nov 2021 09:42:07 +0000 (09:42 +0000)
Else it fails in ONAP if the warnings are treated as errors.

Issue: RELENG-3968
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I21e46ebae31a436b90361ce7ca19772b2cc3aced

docs_conf/defaults/default.yaml
docs_conf/defaults/lfdocs.yaml
docs_conf/defaults/onap.yaml
docs_conf/defaults/opendaylight.yaml
docs_conf/defaults/opnfv.yaml
docs_conf/defaults/oran.yaml
examples/conf.yaml

index f95b094..99020a5 100644 (file)
@@ -18,6 +18,7 @@ exclude_patterns:
   - .DS_Store
   - _build
   - Thumbs.db
+  - .tox
 todo_include_todos: false
 
 html_theme: bootstrap
index 1a99b03..efb2932 100644 (file)
@@ -18,6 +18,7 @@ exclude_patterns:
   - .DS_Store
   - _build
   - Thumbs.db
+  - .tox
 todo_include_todos: false
 
 html_favicon: favicon.ico
index 8ad8cbc..8f5f9d6 100644 (file)
@@ -40,6 +40,6 @@ exclude_patterns:
   - .DS_Store
   - _build
   - Thumbs.db
-  - _build
+  - .tox
 
 todo_include_todos: false
index 40b4665..e6b3961 100644 (file)
@@ -19,6 +19,7 @@ exclude_patterns:
   - .DS_Store
   - _build
   - Thumbs.db
+  - .tox
 todo_include_todos: false
 
 html_favicon: favicon.ico
index 6979a3a..c0657b7 100644 (file)
@@ -11,6 +11,11 @@ extensions:
   - sphinx.ext.autodoc
   - sphinx.ext.napoleon
   - sphinx.ext.viewcode
+exclude_patterns:
+  - .DS_Store
+  - _build
+  - Thumbs.db
+  - .tox
 todo_include_todos: false
 
 html_theme: opnfv
index da3f033..1d48f61 100644 (file)
@@ -18,6 +18,7 @@ exclude_patterns:
   - .DS_Store
   - _build
   - Thumbs.db
+  - .tox
 todo_include_todos: false
 
 html_favicon: favicon.ico
index d260739..b5c4b51 100644 (file)
@@ -18,6 +18,7 @@ exclude_patterns:
   - .DS_Store
   - _build
   - Thumbs.db
+  - .tox
 todo_include_todos: false
 
 html_logo: _static/logo.png