Skip to content

Commit

Permalink
Fixes #365 - Make sidebar headers different across documentation repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic committed Sep 25, 2023
1 parent ee4302b commit 328bfb0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions _static/theme/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,8 @@ article ul li ul {
.wy-menu-vertical li.current a {
color: #404040;
}

.wy-side-nav-search > a img.logo {
width: 70px;
height: 61px;
}
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

import sphinx_rtd_theme

html_logo = "images/zammad_logo_70x61.png"
html_logo = "images/zammad_logo_70x61@2x.png"
html_favicon = "images/favicon.ico"
project = u'Zammad'
project = u'Zammad System Documentation'
copyright = u'%s, Zammad' % time.strftime("%Y")
author = u'Zammad'

Expand Down
Binary file modified images/zammad_logo_600x520.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/zammad_logo_70x61.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/zammad_logo_70x61@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
System Documentation
====================
Zammad System Documentation
===========================

.. hint::
You are currently reading the Zammad system documentation. There are also
Expand Down

0 comments on commit 328bfb0

Please sign in to comment.