Skip to content

Commit

Permalink
Maintenance: 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 0d1b978 commit 5d3b5be
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions _static/theme/theme_overrides.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.wy-nav-content {
max-width: 1050px;
}

.wy-side-nav-search {
background-color: #19191a;
}
Expand Down Expand Up @@ -104,3 +108,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 @@ -3,9 +3,9 @@
import time
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 (for Users)'
project = u'Zammad User Documentation'
copyright = u'%s, The Zammad Foundation' % time.strftime("%Y")
author = u'The Zammad Foundation'

Expand Down
Binary file removed images/zammad_logo_70x61.png
Binary file not shown.
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.
6 changes: 3 additions & 3 deletions locale/user-docs.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, The Zammad Foundation
# This file is distributed under the same license as the Zammad (for Users) package.
# This file is distributed under the same license as the Zammad User Documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Zammad (for Users) pre-release\n"
"Project-Id-Version: Zammad User Documentation pre-release\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-25 11:49+0200\n"
"POT-Creation-Date: 2023-09-25 14:24+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit 5d3b5be

Please sign in to comment.