diff options
-rw-r--r-- | .readthedocs.yaml | 3 | ||||
-rw-r--r-- | docs/conf.py | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e8db4508d..f35ca0461 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,8 +18,7 @@ python: - requirements: etc/requirements.txt submodules: - # include: all - exclude: all + include: all sphinx: configuration: docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index a3ebe26e5..8f40e8b81 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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") |