diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2020-02-26 03:40:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-26 03:40:34 +0000 |
commit | 857a00e8b6c47cb04284bc645985e91518bd6549 (patch) | |
tree | ae914e471f6575308a874d3869569f4d390cb6ae /docs/conf.py | |
parent | 7debcc6c8f7598d4d6036e3077dc87b8d65b80b3 (diff) | |
parent | 83e55c3e6a82782070b184f4ef60cd1dfd12b7af (diff) |
Merge "Migrate vfc-nfvo-driver-vnfm-svnfm 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") |