diff --git a/.gitignore b/.gitignore
index 8afec52..8421917 100644
--- a/.gitignore
+++ b/.gitignore
@@ -207,3 +207,6 @@ bundle
crowbook/wtf-handbook.epub
crowbook/wtf-handbook.html
crowbook/wtf-handbook.pdf
+
+# Plantuml binary
+plantuml.jar
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..f0f7c79
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,3 @@
+sphinxcontrib-plantuml
+myst-parser
+sphinx_rtd_theme
diff --git a/sphinx/README.md b/sphinx/README.md
index 8cfb8b9..d6b5949 100644
--- a/sphinx/README.md
+++ b/sphinx/README.md
@@ -1,9 +1,5 @@
+# Installation
-## Installation ##
-
-``
-python3 -m venv venv
-source venv/bin/activate
-pip install sphinxcontrib-plantuml
-pip install myst-parser
-````
\ No newline at end of file
+1. Virtuelle Pythonumgebung erstellen: ```python3 -m venv venv```
+2. Virtuelle Umgebung aktivieren: ```source venv/bin/activate```
+3. Pakete aus ```requirements.txt``` installieren: ```pip install -r requirements.txt```
diff --git a/sphinx/source/_static/wtf_logo_dark_bg.png b/sphinx/source/_static/wtf_logo_dark_bg.png
new file mode 100644
index 0000000..4aa28cc
Binary files /dev/null and b/sphinx/source/_static/wtf_logo_dark_bg.png differ
diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py
index 28f0409..d1e2ae2 100644
--- a/sphinx/source/conf.py
+++ b/sphinx/source/conf.py
@@ -19,7 +19,7 @@ import sys
# -- Project information -----------------------------------------------------
-project = 'RTFM - Das Handbuch zur WTF eG'
+project = 'RTFM - Das Handbuch zur WTF eG'
copyright = '2021, diverse'
author = 'Autorenkollektiv'
@@ -33,8 +33,8 @@ release = '0.0.1'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
- 'sphinxcontrib.plantuml',
- 'myst_parser'
+ 'sphinxcontrib.plantuml',
+ 'myst_parser'
]
# Add any paths that contain templates here, relative to this directory.
@@ -60,6 +60,7 @@ exclude_patterns = []
#
html_theme = "wtf_coop"
html_theme_path = ["../theme"]
+html_logo = "_static/wtf_logo_dark_bg.png"
#html_theme = 'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
@@ -87,7 +88,7 @@ latex_elements = {
'fncychap': r'\usepackage[Bjornstrup]{fncychap}',
'printindex': r'\footnotesize\raggedright\printindex',
}
-latex_logo = '_static/wtf_coop_header.png'
+latex_logo = '_static/wtf_coop_header.png'
latex_show_urls = 'footnote'
epub_cover = ('_static/wtf_coop_header.png', 'epub-cover.html')
diff --git a/sphinx/theme/wtf_coop/layout.html b/sphinx/theme/wtf_coop/layout.html
deleted file mode 100644
index 774b0c6..0000000
--- a/sphinx/theme/wtf_coop/layout.html
+++ /dev/null
@@ -1,80 +0,0 @@
-{#
- sphinxdoc/layout.html
- ~~~~~~~~~~~~~~~~~~~~~
-
- Sphinx layout template for the wtf coop ci theme.
-
- :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
-#}
-{%- extends "basic/layout.html" %}
-
-{# put the sidebar before the body #}
-{% block sidebar1 %}{{ sidebar() }}{% endblock %}
-{% block sidebar2 %}{% endblock %}
-
-{% block extrahead %}
-
-{{ super() }}
-{%- if not embedded %}
-
-
-{%- endif %}
-{% endblock %}
-
-{% block rootrellink %}
-
Sphinx home |
- Documentation »
-{% endblock %}
-
-{% block header %}
-
-{% endblock %}
diff --git a/sphinx/theme/wtf_coop/static/bodybg.png b/sphinx/theme/wtf_coop/static/bodybg.png
deleted file mode 100644
index 6f667b9..0000000
Binary files a/sphinx/theme/wtf_coop/static/bodybg.png and /dev/null differ
diff --git a/sphinx/theme/wtf_coop/static/css/fonts.css b/sphinx/theme/wtf_coop/static/css/fonts.css
new file mode 100644
index 0000000..efeb3c2
--- /dev/null
+++ b/sphinx/theme/wtf_coop/static/css/fonts.css
@@ -0,0 +1,92 @@
+/* lato-regular - latin */
+@font-face {
+ font-family: 'Lato';
+ font-style: normal;
+ font-weight: 400;
+ src: url('../fonts/lato-v17-latin/lato-v17-latin-regular.eot'); /* IE9 Compat Modes */
+ src: local(''),
+ url('../fonts/lato-v17-latin/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/lato-v17-latin/lato-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/lato-v17-latin/lato-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/lato-v17-latin/lato-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/lato-v17-latin/lato-v17-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
+}
+/* lato-italic - latin */
+@font-face {
+ font-family: 'Lato Italic';
+ font-style: italic;
+ font-weight: 400;
+ src: url('../fonts/lato-v17-latin/lato-v17-latin-italic.eot'); /* IE9 Compat Modes */
+ src: local(''),
+ url('../fonts/lato-v17-latin/lato-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/lato-v17-latin/lato-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/lato-v17-latin/lato-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/lato-v17-latin/lato-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/lato-v17-latin/lato-v17-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
+}
+/* lato-700 - latin */
+@font-face {
+ font-family: 'Lato Bold';
+ font-style: normal;
+ font-weight: 700;
+ src: url('../fonts/lato-v17-latin/lato-v17-latin-700.eot'); /* IE9 Compat Modes */
+ src: local(''),
+ url('../fonts/lato-v17-latin/lato-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/lato-v17-latin/lato-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/lato-v17-latin/lato-v17-latin-700.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/lato-v17-latin/lato-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/lato-v17-latin/lato-v17-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
+}
+/* lato-900 - latin */
+@font-face {
+ font-family: 'Lato Black';
+ font-style: normal;
+ font-weight: 900;
+ src: url('../fonts/lato-v17-latin/lato-v17-latin-900.eot'); /* IE9 Compat Modes */
+ src: local(''),
+ url('../fonts/lato-v17-latin/lato-v17-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/lato-v17-latin/lato-v17-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/lato-v17-latin/lato-v17-latin-900.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/lato-v17-latin/lato-v17-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/lato-v17-latin/lato-v17-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
+}
+
+/* noto-serif-regular - latin */
+@font-face {
+ font-family: 'Noto Serif';
+ font-style: normal;
+ font-weight: 400;
+ src: url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.eot'); /* IE9 Compat Modes */
+ src: local(''),
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
+}
+/* noto-serif-italic - latin */
+@font-face {
+ font-family: 'Noto Serif Italic';
+ font-style: italic;
+ font-weight: 400;
+ src: url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.eot'); /* IE9 Compat Modes */
+ src: local(''),
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
+}
+/* noto-serif-700 - latin */
+@font-face {
+ font-family: 'Noto Serif Bold';
+ font-style: normal;
+ font-weight: 700;
+ src: url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.eot'); /* IE9 Compat Modes */
+ src: local(''),
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.svg#NotoSerif') format('svg'); /* Legacy iOS */
+}
diff --git a/sphinx/theme/wtf_coop/static/css/wtf_coop.css b/sphinx/theme/wtf_coop/static/css/wtf_coop.css
new file mode 100644
index 0000000..c23c898
--- /dev/null
+++ b/sphinx/theme/wtf_coop/static/css/wtf_coop.css
@@ -0,0 +1,174 @@
+/*
+ *
+ */
+
+@import url('css/fonts.css');
+@import url('theme.css');
+
+:root {
+ /* default text color */
+ --wtf-nearly-black: #333;
+ --wtf-nearly-white: #fff;
+ /* WTF Farben gemäß https://git.wtf-eg.de/ag_kommunikation/wtf_propaganda/ */
+ --wtf-orange: #ef7c21;
+ --wtf-light-orange: #ffcba9;
+ --wtf-very-light-blue: #cfe2ff;
+ --wtf-light-blue: #0790a9;
+ --wtf-dark-blue: #20386a;
+ --wtf-night-blue: #00173B;
+ --wtf-dark-grey: #202020;
+ --wtf-grey: #666;
+ --wtf-mid-grey: #acacac;
+ --wtf-footer-grey: #344b5d;
+ --wtf-light-grey: #edefeb;
+ --wtf-lila: #6600ff;
+ --wtf-rtd-background: #F5F6F3;
+}
+
+/* fonts - start */
+.rst-content .toctree-wrapper>p.caption,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+legend {
+ font-family: 'Noto Serif Bold', ff-tisa-web-pro, Georgia, Arial, sans-serif;
+}
+
+.rst-content .sidebar .sidebar-title {
+ font-family: 'Noto Serif Bold', ff-tisa-web-pro, Georgia, Arial, sans-serif;
+}
+/* fonts - end */
+
+/* colours - start */
+
+.wy-nav-content {
+ background-color: var(--wtf-light-grey);
+}
+
+.wy-nav-content-wrap{
+ background-color: var(--wtf-rtd-background);
+}
+
+.wy-menu-vertical li span.toctree-expand,
+.wy-menu-vertical a {
+ color: var(--wtf-light-grey);
+}
+
+.rst-content .wy-alert-neutral.admonition-todo a,
+.rst-content .wy-alert-neutral.admonition a,
+.rst-content .wy-alert-neutral.attention a,
+.rst-content .wy-alert-neutral.caution a,
+.rst-content .wy-alert-neutral.danger a,
+.rst-content .wy-alert-neutral.error a,
+.rst-content .wy-alert-neutral.hint a,
+.rst-content .wy-alert-neutral.important a,
+.rst-content .wy-alert-neutral.note a,
+.rst-content .wy-alert-neutral.seealso a,
+.rst-content .wy-alert-neutral.tip a,
+.rst-content .wy-alert-neutral.warning a,
+.wy-alert.wy-alert-neutral a {
+ color: var(--wtf-dark-blue);
+}
+
+.wy-tray-container li.wy-tray-item-info {
+ background: var(--wtf-dark-blue);
+}
+
+.btn-info {
+ background-color: var(--wtf-dark-blue); !important
+}
+
+.btn-link {
+ color: var(--wtf-dark-blue);
+}
+
+.wy-dropdown-menu>dd>a:hover {
+ background: var(--wtf-dark-blue);
+}
+
+.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover {
+ background: var(--wtf-dark-blue);
+}
+
+.wy-inline-validate.wy-inline-validate-info .wy-input-context {
+ color: var(--wtf-dark-blue);
+}
+
+a {
+ color: var(--wtf-dark-blue);
+}
+
+.wy-text-info {
+ color: var(--wtf-dark-blue); !important
+}
+
+.wy-menu-vertical a:active {
+ background-color: var(--wtf-dark-blue);
+}
+
+.wy-side-nav-search {
+ background-color: var(--wtf-dark-blue);
+}
+
+.wy-side-nav-search img {
+ background-color: var(--wtf-dark-blue);
+}
+
+.wy-nav .wy-menu-vertical header {
+ color: var(--wtf-dark-blue);
+}
+
+.wy-nav .wy-menu-vertical a:hover {
+ background-color: var(--wtf-dark-blue);
+}
+
+.wy-nav-top {
+ background: var(--wtf-dark-blue);
+}
+
+.wy-nav-top img {
+ background-color: var(--wtf-dark-blue);
+}
+
+a,
+.rst-versions a {
+ color: var(--wtf-orange);
+}
+
+a:hover,
+.rst-versions a:hover {
+ color: var(--wtf-light-blue);
+}
+
+.wy-menu-vertical a:hover {
+ color: var(--wtf-orange);
+}
+
+a:visited,
+.rst-versions a:visited {
+ color: var(--wtf-light-blue);
+}
+
+.rst-content a code,
+.rst-content a tt {
+ color: var(--wtf-dark-blue);
+}
+
+html.writer-html4 .rst-content dl:not(.docutils)>dt,
+html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt {
+ color: var(--wtf-dark-blue);
+}
+
+.wy-menu-vertical header,
+.wy-menu-vertical p.caption {
+ color: var(--wtf-mid-grey);
+}
+
+.wy-nav-side {
+ background-color: var(--wtf-nearly-black);
+}
+
+/* colours - end */
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.eot b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.eot
new file mode 100644
index 0000000..78dbe12
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.eot differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.svg b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.svg
new file mode 100644
index 0000000..11b626f
--- /dev/null
+++ b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.svg
@@ -0,0 +1,435 @@
+
+
+
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.ttf b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.ttf
new file mode 100644
index 0000000..45f7947
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.ttf differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff
new file mode 100644
index 0000000..a18ddb1
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff2 b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff2
new file mode 100644
index 0000000..a7f756c
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff2 differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.eot b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.eot
new file mode 100644
index 0000000..a6b96fb
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.eot differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.svg b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.svg
new file mode 100644
index 0000000..b3e4ce0
--- /dev/null
+++ b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.svg
@@ -0,0 +1,443 @@
+
+
+
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.ttf b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.ttf
new file mode 100644
index 0000000..e8d349b
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.ttf differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff
new file mode 100644
index 0000000..0863aca
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff2 b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff2
new file mode 100644
index 0000000..2f21c6f
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff2 differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.eot b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.eot
new file mode 100644
index 0000000..0d9dac2
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.eot differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.svg b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.svg
new file mode 100644
index 0000000..077653d
--- /dev/null
+++ b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.svg
@@ -0,0 +1,438 @@
+
+
+
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.ttf b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.ttf
new file mode 100644
index 0000000..4f3d844
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.ttf differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff
new file mode 100644
index 0000000..abf0196
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff2 b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff2
new file mode 100644
index 0000000..f8c37ec
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff2 differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.eot b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.eot
new file mode 100644
index 0000000..b3d3327
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.eot differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.svg b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.svg
new file mode 100644
index 0000000..775c5ae
--- /dev/null
+++ b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.svg
@@ -0,0 +1,439 @@
+
+
+
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.ttf b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.ttf
new file mode 100644
index 0000000..92a5f7c
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.ttf differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff
new file mode 100644
index 0000000..6f201e0
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff2 b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff2
new file mode 100644
index 0000000..2f647be
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff2 differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.eot b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.eot
new file mode 100644
index 0000000..8e32803
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.eot differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.svg b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.svg
new file mode 100644
index 0000000..e288645
--- /dev/null
+++ b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.svg
@@ -0,0 +1,450 @@
+
+
+
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.ttf b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.ttf
new file mode 100644
index 0000000..cf3da8b
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.ttf differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff
new file mode 100644
index 0000000..95251da
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff2 b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff2
new file mode 100644
index 0000000..3246c12
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff2 differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.eot b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.eot
new file mode 100644
index 0000000..c641306
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.eot differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.svg b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.svg
new file mode 100644
index 0000000..55b43fb
--- /dev/null
+++ b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.svg
@@ -0,0 +1,435 @@
+
+
+
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.ttf b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.ttf
new file mode 100644
index 0000000..3c2d417
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.ttf differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff
new file mode 100644
index 0000000..189a0fe
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff2 b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff2
new file mode 100644
index 0000000..6904b66
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff2 differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.eot b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.eot
new file mode 100644
index 0000000..5f8eb26
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.eot differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.svg b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.svg
new file mode 100644
index 0000000..158cae7
--- /dev/null
+++ b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.svg
@@ -0,0 +1,492 @@
+
+
+
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.ttf b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.ttf
new file mode 100644
index 0000000..1391ca6
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.ttf differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff
new file mode 100644
index 0000000..52db69a
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff2 b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff2
new file mode 100644
index 0000000..2985536
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff2 differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.eot b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.eot
new file mode 100644
index 0000000..c2e304c
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.eot differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.svg b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.svg
new file mode 100644
index 0000000..dda09de
--- /dev/null
+++ b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.svg
@@ -0,0 +1,386 @@
+
+
+
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.ttf b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.ttf
new file mode 100644
index 0000000..bb03963
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.ttf differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff
new file mode 100644
index 0000000..4df3685
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff2 b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff2
new file mode 100644
index 0000000..568ba14
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff2 differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.eot b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.eot
new file mode 100644
index 0000000..7f4254b
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.eot differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.svg b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.svg
new file mode 100644
index 0000000..92096d5
--- /dev/null
+++ b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.svg
@@ -0,0 +1,489 @@
+
+
+
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.ttf b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.ttf
new file mode 100644
index 0000000..0e1db5e
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.ttf differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff
new file mode 100644
index 0000000..26b3a01
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff differ
diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff2 b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff2
new file mode 100644
index 0000000..1111030
Binary files /dev/null and b/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff2 differ
diff --git a/sphinx/theme/wtf_coop/static/footerbg.png b/sphinx/theme/wtf_coop/static/footerbg.png
deleted file mode 100644
index d1bcb00..0000000
Binary files a/sphinx/theme/wtf_coop/static/footerbg.png and /dev/null differ
diff --git a/sphinx/theme/wtf_coop/static/headerbg.png b/sphinx/theme/wtf_coop/static/headerbg.png
deleted file mode 100644
index 5225049..0000000
Binary files a/sphinx/theme/wtf_coop/static/headerbg.png and /dev/null differ
diff --git a/sphinx/theme/wtf_coop/static/listitem.png b/sphinx/theme/wtf_coop/static/listitem.png
deleted file mode 100644
index f7f814d..0000000
Binary files a/sphinx/theme/wtf_coop/static/listitem.png and /dev/null differ
diff --git a/sphinx/theme/wtf_coop/static/relbg.png b/sphinx/theme/wtf_coop/static/relbg.png
deleted file mode 100644
index 68a9b77..0000000
Binary files a/sphinx/theme/wtf_coop/static/relbg.png and /dev/null differ
diff --git a/sphinx/theme/wtf_coop/static/wtf_coop.css b/sphinx/theme/wtf_coop/static/wtf_coop.css
deleted file mode 100644
index 03e8dc2..0000000
--- a/sphinx/theme/wtf_coop/static/wtf_coop.css
+++ /dev/null
@@ -1,444 +0,0 @@
-/*
- * sphinx13.css
- * ~~~~~~~~~~~~
- *
- * Sphinx stylesheet -- sphinx13 theme.
- *
- * :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
- */
-
-@import url("basic.css");
-
-/* -- page layout ----------------------------------------------------------- */
-
-body {
- font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
- 'Verdana', sans-serif;
- font-size: 14px;
- text-align: center;
- background-image: url(bodybg.png);
- color: black;
- padding: 0;
- border-right: 1px solid #0a507a;
- border-left: 1px solid #0a507a;
-
- margin: 0 auto;
- min-width: 780px;
- max-width: 1080px;
-}
-
-.pageheader {
- // background-color: #EDEFEB;
- background-image: url(headerbg.png);
- text-align: left;
- padding: 10px 15px;
-}
-
-.pageheader ul {
- float: right;
- color: white;
- list-style-type: none;
- padding-left: 0;
- margin-top: 30px;
- margin-right: 10px;
-}
-
-.pageheader li {
- float: left;
- margin: 0 0 0 10px;
-}
-
-.pageheader li a {
- border-radius: 1px;
- padding: 8px 12px;
- // color: #f9f9f0;
- text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
-}
-
-.pageheader li a:hover {
- background-color: #f9f9f0;
- color: #0a507a;
- text-shadow: none;
-}
-
-div.document {
- background-color: white;
- text-align: left;
-}
-
-div.bodywrapper {
- margin: 0 240px 0 0;
- border-right: 1px solid #0a507a;
-}
-
-div.body {
- margin: 0;
- padding: 0.5em 20px 20px 20px;
-}
-
-div.related {
- font-size: 1em;
- color: white;
-}
-
-div.related ul {
- background-image: url(relbg.png);
- height: 1.9em;
- border-top: 1px solid #002e50;
- border-bottom: 1px solid #002e50;
-}
-
-div.related ul li {
- margin: 0 5px 0 0;
- padding: 0;
- float: left;
-}
-
-div.related ul li.right {
- float: right;
- margin-right: 5px;
-}
-
-div.related ul li a {
- margin: 0;
- padding: 0 5px 0 5px;
- line-height: 1.75em;
- color: #f9f9f0;
- text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
-}
-
-div.related ul li a:hover {
- color: white;
- /*text-decoration: underline;*/
- text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
-}
-
-div.sphinxsidebarwrapper {
- position: relative;
- top: 0px;
- padding: 0;
-}
-
-div.sphinxsidebar {
- margin: 0;
- padding: 0 15px 15px 0;
- width: 210px;
- float: right;
- font-size: 1em;
- text-align: left;
- max-height: 0px;
-}
-
-div.sphinxsidebar .logo {
- font-size: 1.8em;
- color: #0A507A;
- font-weight: 300;
- text-align: center;
-}
-
-div.sphinxsidebar .logo img {
- vertical-align: middle;
-}
-
-div.sphinxsidebar .download a img {
- vertical-align: middle;
-}
-
-div.subscribeformwrapper {
- display: block;
- overflow: auto;
- margin-bottom: 1.2em;
-}
-
-div.sphinxsidebar input {
- border: 1px solid #aaa;
- font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
- 'Verdana', sans-serif;
-}
-
-div.sphinxsidebar .subscribeform {
- margin-top: 0;
-}
-
-div.sphinxsidebar .subscribeform input {
- border: 1px solid #aaa;
- font-size: 0.9em;
- float: left;
- padding: 0.25em 0.5em;
- box-sizing: border-box;
-}
-
-div.sphinxsidebar .subscribeform input[type="text"] {
- width: 60%;
-}
-
-div.sphinxsidebar .subscribeform input[type="submit"] {
- width: 40%;
- border-left: none;
-}
-
-div.sphinxsidebar h3 {
- font-size: 1.5em;
- border-top: 1px solid #0a507a;
- margin-top: 1em;
- margin-bottom: 0.5em;
- padding-top: 0.5em;
-}
-
-div.sphinxsidebar h4 {
- font-size: 1.2em;
- margin-bottom: 0;
-}
-
-div.sphinxsidebar h3, div.sphinxsidebar h4 {
- margin-right: -15px;
- margin-left: -15px;
- padding-right: 14px;
- padding-left: 14px;
- color: #333;
- font-weight: 300;
- /*text-shadow: 0px 0px 0.5px rgba(0, 0, 0, 0.4);*/
-}
-
-div.sphinxsidebarwrapper > h3:first-child {
- margin-top: 0.5em;
- border: none;
-}
-
-div.sphinxsidebar h3 a {
- color: #333;
-}
-
-div.sphinxsidebar ul {
- color: #444;
- margin-top: 7px;
- padding: 0;
- line-height: 130%;
-}
-
-div.sphinxsidebar ul ul {
- margin-left: 20px;
- list-style-image: url(listitem.png);
-}
-
-div.footer {
- background-image: url(footerbg.png);
- color: #ccc;
- text-shadow: 0 0 .2px rgba(255, 255, 255, 0.8);
- padding: 3px 8px 3px 0;
- clear: both;
- font-size: 0.8em;
- text-align: right;
-}
-
-/* no need to make a visible link to Sphinx on the Sphinx page */
-div.footer a {
- color: #ccc;
-}
-
-/* -- body styles ----------------------------------------------------------- */
-
-p {
- margin: 0.8em 0 0.5em 0;
-}
-
-a {
- color: #A2881D;
- text-decoration: none;
-}
-
-a:hover {
- color: #E1C13F;
-}
-
-div.body a {
- text-decoration: underline;
-}
-
-h1 {
- margin: 10px 0 0 0;
- font-size: 2.4em;
- color: #0A507A;
- font-weight: 300;
-}
-
-h2 {
- margin: 1.em 0 0.2em 0;
- font-size: 1.5em;
- font-weight: 300;
- padding: 0;
- color: #174967;
-}
-
-h3 {
- margin: 1em 0 -0.3em 0;
- font-size: 1.3em;
- font-weight: 300;
-}
-
-div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
- text-decoration: none;
-}
-
-div.body h1 a tt, div.body h2 a tt, div.body h3 a tt, div.body h4 a tt, div.body h5 a tt, div.body h6 a tt {
- color: #0A507A !important;
- font-size: inherit !important;
-}
-
-a.headerlink {
- color: #0A507A !important;
- font-size: 12px;
- margin-left: 6px;
- padding: 0 4px 0 4px;
- text-decoration: none !important;
- float: right;
-}
-
-a.headerlink:hover {
- background-color: #ccc;
- color: white!important;
-}
-
-/* avoid font-size when :mod: role in headings */
-h1 code, h2 code, h3 code, h4 code {
- font-size: inherit;
-}
-
-cite, code, tt {
- font-family: 'Consolas', 'DejaVu Sans Mono',
- 'Bitstream Vera Sans Mono', monospace;
- font-size: 14px;
- letter-spacing: -0.02em;
-}
-
-table.deprecated code.literal {
- word-break: break-all;
-}
-
-tt {
- background-color: #f2f2f2;
- border: 1px solid #ddd;
- border-radius: 2px;
- color: #333;
- padding: 1px 0.2em;
-}
-
-tt.descname, tt.descclassname, tt.xref {
- border: 0;
-}
-
-hr {
- border: 1px solid #abc;
- margin: 2em;
-}
-
-a tt {
- border: 0;
- color: #a2881d;
-}
-
-a tt:hover {
- color: #e1c13f;
-}
-
-pre {
- font-family: 'Consolas', 'Courier New', 'DejaVu Sans Mono',
- 'Bitstream Vera Sans Mono', monospace;
- font-size: 13px;
- letter-spacing: 0.015em;
- line-height: 120%;
- padding: 0.5em;
- border: 1px solid #ccc;
- border-radius: 2px;
- background-color: #f8f8f8;
-}
-
-pre a {
- color: inherit;
- text-decoration: underline;
-}
-
-td.linenos pre {
- padding: 0.5em 0;
-}
-
-div.quotebar {
- background-color: #f8f8f8;
- max-width: 250px;
- float: right;
- padding: 0px 7px;
- border: 1px solid #ccc;
- margin-left: 1em;
-}
-
-div.topic {
- background-color: #f8f8f8;
-}
-
-table {
- border-collapse: collapse;
- margin: 0 -0.5em 0 -0.5em;
-}
-
-table td, table th {
- padding: 0.2em 0.5em 0.2em 0.5em;
-}
-
-div.admonition, div.warning {
- font-size: 0.9em;
- margin: 1em 0 1em 0;
- border: 1px solid #86989B;
- border-radius: 2px;
- background-color: #f7f7f7;
- padding: 0;
-}
-
-div.admonition > p, div.warning > p {
- margin: 0.5em 1em 0.5em 1em;
- padding: 0;
-}
-
-div.admonition > pre, div.warning > pre {
- margin: 0.4em 1em 0.4em 1em;
-}
-
-div.admonition > p.admonition-title,
-div.warning > p.admonition-title {
- margin-top: 0.5em;
- font-weight: bold;
-}
-
-div.warning {
- border: 1px solid #940000;
-}
-
-div.admonition > ul,
-div.admonition > ol,
-div.warning > ul,
-div.warning > ol {
- margin: 0.1em 0.5em 0.5em 3em;
- padding: 0;
-}
-
-div.admonition div.highlight {
- background: none;
-}
-
-.viewcode-back {
- font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
- 'Verdana', sans-serif;
-}
-
-div.viewcode-block:target {
- background-color: #f4debf;
- border-top: 1px solid #ac9;
- border-bottom: 1px solid #ac9;
-}
-
-.contentstable {
- margin-left: 30px;
- margin: 0 auto;
- table-layout: fixed;
-}
diff --git a/sphinx/theme/wtf_coop/static/wtf_coop_header.png b/sphinx/theme/wtf_coop/static/wtf_coop_header.png
deleted file mode 100644
index 8b5c6ed..0000000
Binary files a/sphinx/theme/wtf_coop/static/wtf_coop_header.png and /dev/null differ
diff --git a/sphinx/theme/wtf_coop/theme.conf b/sphinx/theme/wtf_coop/theme.conf
index 793739e..35b6f6b 100644
--- a/sphinx/theme/wtf_coop/theme.conf
+++ b/sphinx/theme/wtf_coop/theme.conf
@@ -1,4 +1,7 @@
[theme]
-inherit = basic
-stylesheet = wtf_coop.css
+inherit = sphinx_rtd_theme
+stylesheet = css/wtf_coop.css
pygments_style = trac
+
+[options]
+logo_only = True