diff options
author | liamfallon <liam.fallon@est.tech> | 2020-04-07 12:41:34 +0100 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-08 19:08:03 +0000 |
commit | c5d11f03ec248acd620d273aae7a6c15fde4b7bb (patch) | |
tree | 5d5928d838997eeb2fd4a258b1ba6b5e1227979a /docs/conf.py | |
parent | a7eabbacb52951f5a9cbd3a4eec2643e86feb2dd (diff) |
Architecture documentation Section 1
Issue-ID: POLICY-2399
Change-Id: I0050f457c2803299cb7f63fba00f676c2a7bb884
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 526ec693..8f40e8b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,4 +12,4 @@ intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): - app.add_stylesheet("css/ribbon_onap.css")
\ No newline at end of file + app.add_stylesheet("css/ribbon_onap.css") |