Revert "exclude submodules" 64/101264/1
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 6 Feb 2020 17:19:52 +0000 (12:19 -0500)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 6 Feb 2020 17:21:29 +0000 (12:21 -0500)
Now that we have a good build
https://onap-doc.readthedocs.io/en/latest/
we can revert this change and start building out
individual onap project docs.

Issue-ID: CIMAN-33
This reverts commit d54f2498fdb85f9c298b29bdc51532bef7e594b4.
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I2c9ce3e8043eef14e9573060ed3fe1a0e1dddfb1

.readthedocs.yaml
docs/conf.py

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