Exclude .tox subdir when building documentation 16/119816/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 22 Mar 2021 12:03:14 +0000 (13:03 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 25 Mar 2021 12:08:40 +0000 (13:08 +0100)
Change-Id: I96b01f257702a9b154cb5fcc1c085883cde93a3f
Issue-ID: INT-1893
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
docs/conf.py

index 8f40e8b..2b60e51 100644 (file)
@@ -11,5 +11,7 @@ intersphinx_mapping = {}
 
 html_last_updated_fmt = '%d-%b-%y %H:%M'
 
+exclude_patterns = ['.tox/**']
+
 def setup(app):
     app.add_stylesheet("css/ribbon_onap.css")