diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-04-02 14:10:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-02 14:10:08 +0000 |
commit | 043f679b5b5dc3d1ff1deed2da276d9c5029a5be (patch) | |
tree | 652097f4f2fb3dd7972cf2a4ec5296ce9088420c /docs/conf.py | |
parent | 07c20f566506cb6eb8033b83ce54b7e31131fedf (diff) | |
parent | 87b86ca50614f27e2a79e0067585597201711c69 (diff) |
Merge "Migrate oom-offline-installer 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") |