diff options
author | Al Morton <acmorton@att.com> | 2021-07-02 16:29:45 +0000 |
---|---|---|
committer | Al Morton <acmorton@att.com> | 2021-07-02 16:29:45 +0000 |
commit | cadb1e9cb023a10a749f862f7680db89d07cd23b (patch) | |
tree | 705d72e670f9e6a1011c6ad6ba370ac9b274e6bc | |
parent | a6baf4a955be1f1d116c6eea0c446ca81e9145ae (diff) | |
parent | 822cb900a0464803662f42e26d64af5637bd6c2e (diff) |
Merge branch 'anuket-logo' into 'master'
Adding the Anuket logo and setting it in the sphinx config
See merge request anuket/opnfvdocs!40
-rw-r--r-- | docs/_static/anuket-logo.png | bin | 0 -> 8991 bytes | |||
-rw-r--r-- | docs/conf.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/anuket-logo.png b/docs/_static/anuket-logo.png Binary files differnew file mode 100644 index 000000000..0320800f6 --- /dev/null +++ b/docs/_static/anuket-logo.png diff --git a/docs/conf.py b/docs/conf.py index 0a4ee9f6f..d590ac475 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -125,7 +125,7 @@ html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '_static/opnfv-logo.png' +html_logo = '_static/anuket-logo.png' # The name of an image file (relative to this directory) to use as a favicon of # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |