diff options
author | James Forsyth <jf2512@att.com> | 2020-02-12 21:26:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-12 21:26:46 +0000 |
commit | c82af6144e25fe16555153a122040a55a06fd638 (patch) | |
tree | d68f015ca4895eb4c0bcc27c5b305b11e67e9397 /docs/conf.py | |
parent | e16725e9bde5504104216e9c93d7fa9ba8a0da5d (diff) | |
parent | b8ee5f221532ff1e518c66e3c1b860f6f7e12ce1 (diff) |
Merge "Migrate aai-aai-common 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") |