diff options
author | Dan Timoney <dtimoney@att.com> | 2020-02-18 14:01:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-18 14:01:29 +0000 |
commit | 0236046527e5c9784207ce8d2e11d455cd9b5f2e (patch) | |
tree | e688310f2b625c54432b5bac268f3b438ff7e725 /docs/conf.py | |
parent | 31fe7771d578257d1555b5743c3770204a476fc7 (diff) | |
parent | 6497df0a06028508586fc3a272d47974e97034c9 (diff) |
Merge "Migrate ccsdk-distribution docs"
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 00000000..8f40e8b8 --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,15 @@ +from docs_conf.conf import * + +branch = 'latest' +master_doc = 'index' + +linkcheck_ignore = [ + 'http://localhost', +] + +intersphinx_mapping = {} + +html_last_updated_fmt = '%d-%b-%y %H:%M' + +def setup(app): + app.add_stylesheet("css/ribbon_onap.css") |