diff options
-rw-r--r-- | .readthedocs.yaml | 3 | ||||
-rw-r--r-- | docs/conf.py | 1 |
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") |