exclude submodules 58/101258/1
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 6 Feb 2020 16:35:15 +0000 (11:35 -0500)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 6 Feb 2020 16:39:00 +0000 (11:39 -0500)
This change is needed for a single build
this build will create and populate the onap-doc
repository so that other rtdv3 projects can be
a subproject of this master doc.

the change will then be reverted, so that
the old method of building docs continues to work

Issue-ID: CIMAN-33
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I22686e4ef3061b4b32dfb494f31e284f80699073

.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")