summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2020-02-06 11:35:15 -0500
committerAric Gardner <agardner@linuxfoundation.org>2020-02-06 11:39:00 -0500
commitd54f2498fdb85f9c298b29bdc51532bef7e594b4 (patch)
tree2df9f5f21637472da16a221ab4b146b6547efcba /docs/conf.py
parent6863525ff7b65328ace2261012c771fa58bdc8c1 (diff)
exclude submodules
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
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8f40e8b81..a3ebe26e5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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")