summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-02-06 17:05:21 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-06 17:05:21 +0000
commitb1ce04d18fa363a93aa35bc5cbfa287e63bc61c1 (patch)
tree66e38574ebffe802b66d0a439df94ecd813be7c0
parent34b8aad1e8449810959e3951467e32053b9fc4ad (diff)
parentd54f2498fdb85f9c298b29bdc51532bef7e594b4 (diff)
Merge "exclude submodules"
-rw-r--r--.readthedocs.yaml3
-rw-r--r--docs/conf.py1
2 files changed, 3 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index f35ca0461..e8db4508d 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -18,7 +18,8 @@ python:
- requirements: etc/requirements.txt
submodules:
- include: all
+ # include: all
+ exclude: all
sphinx:
configuration: docs/conf.py
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")