Fix sphinx-related problems

This commit is contained in:
Raphael Michel
2017-06-16 22:29:19 +02:00
parent 6c5b7bbed0
commit 1a5a4cf72d
4 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -95,9 +95,9 @@
{% block sidebartitle %}
{% if logo and theme_logo_only %}
<a href="{{ pathto(master_doc) }}">
<a href="{{ pathto('index') }}">
{% else %}
<a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{ project }}
<a href="{{ pathto('index') }}" class="icon icon-home"> {{ project }}
{% endif %}
{% if logo %}
@@ -149,7 +149,7 @@
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
{% block mobile_nav %}
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="{{ pathto(master_doc) }}">{{ project }}</a>
<a href="{{ pathto('index') }}">{{ project }}</a>
{% endblock %}
</nav>
+1 -1
View File
@@ -1,6 +1,6 @@
[theme]
inherit = basic
stylesheet = css/theme.css
stylesheet = css/pretix.css
[options]
typekit_id = hiw1hhg
+1 -1
View File
@@ -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'),
]