diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-11-06 22:42:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 22:42:16 -0800 |
commit | 3a0324fe1af3d6bb7c2d8c8a7640212763d15248 (patch) | |
tree | bd970e640a002adf77529770d65547053851aa97 /lib | |
parent | ac3a807f5893cb0fd653b1121e7cb032fda1341e (diff) | |
download | spack-3a0324fe1af3d6bb7c2d8c8a7640212763d15248.tar.gz spack-3a0324fe1af3d6bb7c2d8c8a7640212763d15248.tar.bz2 spack-3a0324fe1af3d6bb7c2d8c8a7640212763d15248.tar.xz spack-3a0324fe1af3d6bb7c2d8c8a7640212763d15248.zip |
add artisanal handcrafted SVG Spack logo. (#6165)
- This isn't one of those autogenerated SVGs from a drawing program!
- This is a completely re-traced, minimalist SVG file with clearly
delineated pieces so that your favorite renderer can draw a Spack logo
at whatever resolution you want.
- Included versions with text, as well.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py index ba4fe05b36..94d301f6d9 100644 --- a/lib/spack/docs/conf.py +++ b/lib/spack/docs/conf.py @@ -249,7 +249,7 @@ html_theme_path = ["_themes"] # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '../../../share/spack/logo/spack-logo-white-text-48.png' +html_logo = '../../../share/spack/logo/spack-logo-white-text.svg' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |