Merge "exclude submodules"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 6 Feb 2020 17:05:21 +0000 (17:05 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 6 Feb 2020 17:05:21 +0000 (17:05 +0000)
.readthedocs.yaml
docs/conf.py

index f35ca04..e8db450 100644 (file)
@@ -18,7 +18,8 @@ python:
       - requirements: etc/requirements.txt
 
 submodules:
-   include: all
+   # include: all
+   exclude: all
 
 sphinx:
    configuration: docs/conf.py
index 8f40e8b..a3ebe26 100644 (file)
@@ -11,5 +11,6 @@ intersphinx_mapping = {}
 
 html_last_updated_fmt = '%d-%b-%y %H:%M'
 
+
 def setup(app):
     app.add_stylesheet("css/ribbon_onap.css")