From 1a5a4cf72d3b044985417b0e5bcc3ad3a4c64947 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 16 Jun 2017 22:29:19 +0200 Subject: [PATCH] Fix sphinx-related problems --- doc/_themes/pretix_theme/layout.html | 6 +++--- .../pretix_theme/static/css/{theme.css => pretix.css} | 0 doc/_themes/pretix_theme/theme.conf | 2 +- doc/conf.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename doc/_themes/pretix_theme/static/css/{theme.css => pretix.css} (100%) diff --git a/doc/_themes/pretix_theme/layout.html b/doc/_themes/pretix_theme/layout.html index 4279e4b66e..741533a4ef 100644 --- a/doc/_themes/pretix_theme/layout.html +++ b/doc/_themes/pretix_theme/layout.html @@ -95,9 +95,9 @@ {% block sidebartitle %} {% if logo and theme_logo_only %} - + {% else %} - {{ project }} + {{ project }} {% endif %} {% if logo %} @@ -149,7 +149,7 @@ diff --git a/doc/_themes/pretix_theme/static/css/theme.css b/doc/_themes/pretix_theme/static/css/pretix.css similarity index 100% rename from doc/_themes/pretix_theme/static/css/theme.css rename to doc/_themes/pretix_theme/static/css/pretix.css diff --git a/doc/_themes/pretix_theme/theme.conf b/doc/_themes/pretix_theme/theme.conf index f96b5840f1..47d83720c7 100644 --- a/doc/_themes/pretix_theme/theme.conf +++ b/doc/_themes/pretix_theme/theme.conf @@ -1,6 +1,6 @@ [theme] inherit = basic -stylesheet = css/theme.css +stylesheet = css/pretix.css [options] typekit_id = hiw1hhg diff --git a/doc/conf.py b/doc/conf.py index 1cfbeeb1b3..d2108628f4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -221,7 +221,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'pretix.tex', 'pretix Documentation', + ('contents', 'pretix.tex', 'pretix Documentation', 'Raphael Michel', 'manual'), ]