diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2020-03-21 04:48:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-21 04:48:55 +0000 |
commit | 35d910ba45f29666dcc996f79c369dcc5e0a4cd6 (patch) | |
tree | 9a38813d6b802bd498425324e185c85d2c6507a2 /docs/conf.py | |
parent | e033909915f46c21f7c04dc915faf10e4b9693c5 (diff) | |
parent | 40802336bcd53b814144fc4a70413d63f2c3e3b7 (diff) |
Merge "Migrate msb-java-sdk 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 0000000..8f40e8b --- /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") |