From 5b242831b657c3f4493dfaea32c2137bceaa95a0 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Wed, 8 Sep 2021 16:34:25 +0200 Subject: [PATCH] removed crowbook and mdbook configand moved sphinx dirs one level up Makefile adapted to new directory structure and mixed with the one from Sphinx --- .gitignore | 1 + Makefile | 46 ++++++++++-------- crowbook/README.md | 9 ---- crowbook/wtf-handbook.book | 25 ---------- mdbook/README.md | 8 --- mdbook/book.toml | 11 ----- mdbook/src/SUMMARY.md | 9 ---- .../source => source}/_static/epub_cover.png | Bin .../_static/wtf_coop_header.png | Bin .../_static/wtf_logo_dark_bg.png | Bin {sphinx/source => source}/conf.py | 0 {sphinx/source => source}/handbuch | 0 {sphinx/source => source}/index.rst | 0 .../wtf_coop/static/css/fonts.css | 0 .../wtf_coop/static/css/wtf_coop.css | 0 .../lato-v17-latin/lato-v17-latin-300.eot | Bin .../lato-v17-latin/lato-v17-latin-300.svg | 0 .../lato-v17-latin/lato-v17-latin-300.ttf | Bin .../lato-v17-latin/lato-v17-latin-300.woff | Bin .../lato-v17-latin/lato-v17-latin-300.woff2 | Bin .../lato-v17-latin-300italic.eot | Bin .../lato-v17-latin-300italic.svg | 0 .../lato-v17-latin-300italic.ttf | Bin .../lato-v17-latin-300italic.woff | Bin .../lato-v17-latin-300italic.woff2 | Bin .../lato-v17-latin/lato-v17-latin-700.eot | Bin .../lato-v17-latin/lato-v17-latin-700.svg | 0 .../lato-v17-latin/lato-v17-latin-700.ttf | Bin .../lato-v17-latin/lato-v17-latin-700.woff | Bin .../lato-v17-latin/lato-v17-latin-700.woff2 | Bin .../lato-v17-latin/lato-v17-latin-900.eot | Bin .../lato-v17-latin/lato-v17-latin-900.svg | 0 .../lato-v17-latin/lato-v17-latin-900.ttf | Bin .../lato-v17-latin/lato-v17-latin-900.woff | Bin .../lato-v17-latin/lato-v17-latin-900.woff2 | Bin .../lato-v17-latin/lato-v17-latin-italic.eot | Bin .../lato-v17-latin/lato-v17-latin-italic.svg | 0 .../lato-v17-latin/lato-v17-latin-italic.ttf | Bin .../lato-v17-latin/lato-v17-latin-italic.woff | Bin .../lato-v17-latin-italic.woff2 | Bin .../lato-v17-latin/lato-v17-latin-regular.eot | Bin .../lato-v17-latin/lato-v17-latin-regular.svg | 0 .../lato-v17-latin/lato-v17-latin-regular.ttf | Bin .../lato-v17-latin-regular.woff | Bin .../lato-v17-latin-regular.woff2 | Bin .../noto-serif-v9-latin-700.eot | Bin .../noto-serif-v9-latin-700.svg | 0 .../noto-serif-v9-latin-700.ttf | Bin .../noto-serif-v9-latin-700.woff | Bin .../noto-serif-v9-latin-700.woff2 | Bin .../noto-serif-v9-latin-italic.eot | Bin .../noto-serif-v9-latin-italic.svg | 0 .../noto-serif-v9-latin-italic.ttf | Bin .../noto-serif-v9-latin-italic.woff | Bin .../noto-serif-v9-latin-italic.woff2 | Bin .../noto-serif-v9-latin-regular.eot | Bin .../noto-serif-v9-latin-regular.svg | 0 .../noto-serif-v9-latin-regular.ttf | Bin .../noto-serif-v9-latin-regular.woff | Bin .../noto-serif-v9-latin-regular.woff2 | Bin {sphinx/theme => theme}/wtf_coop/theme.conf | 0 .../theme => theme}/wtf_epub/epub-cover.html | 0 .../wtf_epub/static/css/style.css | 0 {sphinx/theme => theme}/wtf_epub/theme.conf | 0 64 files changed, 28 insertions(+), 81 deletions(-) delete mode 100644 crowbook/README.md delete mode 100644 crowbook/wtf-handbook.book delete mode 100644 mdbook/README.md delete mode 100644 mdbook/book.toml delete mode 100644 mdbook/src/SUMMARY.md rename {sphinx/source => source}/_static/epub_cover.png (100%) rename {sphinx/source => source}/_static/wtf_coop_header.png (100%) rename {sphinx/source => source}/_static/wtf_logo_dark_bg.png (100%) rename {sphinx/source => source}/conf.py (100%) rename {sphinx/source => source}/handbuch (100%) rename {sphinx/source => source}/index.rst (100%) rename {sphinx/theme => theme}/wtf_coop/static/css/fonts.css (100%) rename {sphinx/theme => theme}/wtf_coop/static/css/wtf_coop.css (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.eot (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.svg (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.ttf (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff2 (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.eot (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.svg (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.ttf (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff2 (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.eot (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.svg (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.ttf (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff2 (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.eot (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.svg (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.ttf (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff2 (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.eot (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.svg (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.ttf (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff2 (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.eot (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.svg (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.ttf (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff2 (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.eot (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.svg (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.ttf (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff2 (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.eot (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.svg (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.ttf (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff2 (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.eot (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.svg (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.ttf (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff (100%) rename {sphinx/theme => theme}/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff2 (100%) rename {sphinx/theme => theme}/wtf_coop/theme.conf (100%) rename {sphinx/theme => theme}/wtf_epub/epub-cover.html (100%) rename {sphinx/theme => theme}/wtf_epub/static/css/style.css (100%) rename {sphinx/theme => theme}/wtf_epub/theme.conf (100%) diff --git a/.gitignore b/.gitignore index 8421917..7b06bb5 100644 --- a/.gitignore +++ b/.gitignore @@ -210,3 +210,4 @@ crowbook/wtf-handbook.pdf # Plantuml binary plantuml.jar +py3-sphinx diff --git a/Makefile b/Makefile index 858fb85..74dd5e5 100644 --- a/Makefile +++ b/Makefile @@ -1,26 +1,34 @@ -.PHONY: mdbook crowbook sphinx bundle +# Minimal makefile for Sphinx documentation +# -all: mdbook crowbook sphinx +# You can set these variables from the command line, and also +# from the environment for the first two. +SPHINXOPTS ?= +SPHINXBUILD ?= sphinx-build +SOURCEDIR = source +BUILDDIR = build + +# Put it first so that "make" without argument is like "make help". +help: + @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + +.PHONY: help Makefile + +# Catch-all target: route all unknown targets to Sphinx using the new +# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). +%: Makefile + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + +.PHONY: sphinx bundle clean: - -rm -rf sphinx/build/* - -mdbook: - -mdbook build mdbook - -cd mdbook; RUST_BACKTRACE=1 mdbook-epub --standalone - -crowbook: - crowbook crowbook/wtf-handbook.book + -rm -rf build/* sphinx: - $(MAKE) -C sphinx singlehtml epub latexpdf + $(MAKE) singlehtml epub latexpdf -bundle: all +bundle: sphinx -mkdir bundle - cp mdbook/book/epub/RTFM\ -\ Das\ WTF\ Kooperative\ Handbuch.epub bundle/mdbook_RTFM\ -\ Das\ WTF\ Kooperative\ Handbuch.epub - cp crowbook/wtf-handbook.epub bundle/crowbook_wtf-handbook.epub - cp crowbook/wtf-handbook.pdf bundle/crowbook_wtf-handbook.pdf - cp crowbook/wtf-handbook.html bundle/crowbook_wtf_handbook.html - cp sphinx/build/epub/RTFM-DasHandbuchzurWTFeG.epub bundle/sphinx_DasHandbuchzurWTFeG.epub - cp sphinx/build/latex/rtfm-dashandbuchzurwtfeg.pdf bundle/sphinx_DasHandbuchzurWTFeG.pdf - rsync -av --delete sphinx/build/singlehtml/ bundle/sphinx_html + cp build/epub/*.epub bundle/ + cp build/latex/*.pdf bundle/ + rsync -av --delete build/singlehtml/ bundle/html diff --git a/crowbook/README.md b/crowbook/README.md deleted file mode 100644 index ca9abe7..0000000 --- a/crowbook/README.md +++ /dev/null @@ -1,9 +0,0 @@ - -## Installation ## - -```` -rustup -cargo install crowbook -```` - -pdf generation needs xelatex \ No newline at end of file diff --git a/crowbook/wtf-handbook.book b/crowbook/wtf-handbook.book deleted file mode 100644 index e843ed7..0000000 --- a/crowbook/wtf-handbook.book +++ /dev/null @@ -1,25 +0,0 @@ -author: Autorenkollektiv -title: RTFM - Das Handbuch für die WTF eG -lang: de - -## Output formats - -# Uncomment and fill to generate files -# output.html: some_file.html -# output.epub: some_file.epub -# output.pdf: some_file.pdf - -# Or uncomment the following to generate PDF, HTML and EPUB files based on this file's name -output: [pdf, epub, html] - -# Uncomment and fill to set cover image (for EPUB) -# cover: some_cover.png - -## List of chapters -+ ../handbuch/intro.md -+ ../handbuch/organisation.md -+ ../handbuch/Aufnahmeprozess.md -+ ../handbuch/Wegweiser.md -+ ../handbuch/Auszahlung.md -+ ../handbuch/RaaS.md -+ ../handbuch/FAQ.md diff --git a/mdbook/README.md b/mdbook/README.md deleted file mode 100644 index 78a8edf..0000000 --- a/mdbook/README.md +++ /dev/null @@ -1,8 +0,0 @@ - -## Installation ## - -`` -rustup -cargo install mdbook -cargo install mdbook-epub -```` \ No newline at end of file diff --git a/mdbook/book.toml b/mdbook/book.toml deleted file mode 100644 index b0c8910..0000000 --- a/mdbook/book.toml +++ /dev/null @@ -1,11 +0,0 @@ -[book] -authors = ["Autorenkollektiv"] -language = "de" -multilingual = false -src = "src" -title = "RTFM - Das WTF Kooperative Handbuch" - -[output.html] -mathjax-support = true - -[output.epub] \ No newline at end of file diff --git a/mdbook/src/SUMMARY.md b/mdbook/src/SUMMARY.md deleted file mode 100644 index 8ec01a2..0000000 --- a/mdbook/src/SUMMARY.md +++ /dev/null @@ -1,9 +0,0 @@ -# Inhaltsverzeichnis - -- [Wichtige Links](../../Handbuch/intro.md) -- [Organisation](../../handbuch/organisation.md) -- [Aufnahmeprozess](../../Handbuch/Aufnahmeprozess.md) -- [Wegweiser für neue Mitglieder](../../Handbuch/Wegweiser.md) -- [Auszahlung](../../Handbuch/Auszahlung.md) -- [Rechnung as a Service (RaaS)](../../Handbuch/RaaS.md) -- [Häufige Fragen](../../Handbuch/FAQ.md) diff --git a/sphinx/source/_static/epub_cover.png b/source/_static/epub_cover.png similarity index 100% rename from sphinx/source/_static/epub_cover.png rename to source/_static/epub_cover.png diff --git a/sphinx/source/_static/wtf_coop_header.png b/source/_static/wtf_coop_header.png similarity index 100% rename from sphinx/source/_static/wtf_coop_header.png rename to source/_static/wtf_coop_header.png diff --git a/sphinx/source/_static/wtf_logo_dark_bg.png b/source/_static/wtf_logo_dark_bg.png similarity index 100% rename from sphinx/source/_static/wtf_logo_dark_bg.png rename to source/_static/wtf_logo_dark_bg.png diff --git a/sphinx/source/conf.py b/source/conf.py similarity index 100% rename from sphinx/source/conf.py rename to source/conf.py diff --git a/sphinx/source/handbuch b/source/handbuch similarity index 100% rename from sphinx/source/handbuch rename to source/handbuch diff --git a/sphinx/source/index.rst b/source/index.rst similarity index 100% rename from sphinx/source/index.rst rename to source/index.rst diff --git a/sphinx/theme/wtf_coop/static/css/fonts.css b/theme/wtf_coop/static/css/fonts.css similarity index 100% rename from sphinx/theme/wtf_coop/static/css/fonts.css rename to theme/wtf_coop/static/css/fonts.css diff --git a/sphinx/theme/wtf_coop/static/css/wtf_coop.css b/theme/wtf_coop/static/css/wtf_coop.css similarity index 100% rename from sphinx/theme/wtf_coop/static/css/wtf_coop.css rename to theme/wtf_coop/static/css/wtf_coop.css diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.eot b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.eot similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.eot rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.eot diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.svg b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.svg similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.svg rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.svg diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.ttf b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.ttf similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.ttf rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.ttf diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff2 b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff2 similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff2 rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300.woff2 diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.eot b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.eot similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.eot rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.eot diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.svg b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.svg similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.svg rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.svg diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.ttf b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.ttf similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.ttf rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.ttf diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff2 b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff2 similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff2 rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-300italic.woff2 diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.eot b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.eot similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.eot rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.eot diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.svg b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.svg similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.svg rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.svg diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.ttf b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.ttf similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.ttf rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.ttf diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff2 b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff2 similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff2 rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-700.woff2 diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.eot b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.eot similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.eot rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.eot diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.svg b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.svg similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.svg rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.svg diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.ttf b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.ttf similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.ttf rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.ttf diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff2 b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff2 similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff2 rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-900.woff2 diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.eot b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.eot similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.eot rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.eot diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.svg b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.svg similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.svg rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.svg diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.ttf b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.ttf similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.ttf rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.ttf diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff2 b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff2 similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff2 rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-italic.woff2 diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.eot b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.eot similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.eot rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.eot diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.svg b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.svg similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.svg rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.svg diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.ttf b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.ttf similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.ttf rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.ttf diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff diff --git a/sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff2 b/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff2 similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff2 rename to theme/wtf_coop/static/fonts/lato-v17-latin/lato-v17-latin-regular.woff2 diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.eot b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.eot similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.eot rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.eot diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.svg b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.svg similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.svg rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.svg diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.ttf b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.ttf similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.ttf rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.ttf diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff2 b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff2 similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff2 rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff2 diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.eot b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.eot similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.eot rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.eot diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.svg b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.svg similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.svg rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.svg diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.ttf b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.ttf similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.ttf rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.ttf diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff2 b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff2 similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff2 rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-italic.woff2 diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.eot b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.eot similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.eot rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.eot diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.svg b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.svg similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.svg rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.svg diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.ttf b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.ttf similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.ttf rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.ttf diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff diff --git a/sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff2 b/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff2 similarity index 100% rename from sphinx/theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff2 rename to theme/wtf_coop/static/fonts/noto-serif-v9-latin/noto-serif-v9-latin-regular.woff2 diff --git a/sphinx/theme/wtf_coop/theme.conf b/theme/wtf_coop/theme.conf similarity index 100% rename from sphinx/theme/wtf_coop/theme.conf rename to theme/wtf_coop/theme.conf diff --git a/sphinx/theme/wtf_epub/epub-cover.html b/theme/wtf_epub/epub-cover.html similarity index 100% rename from sphinx/theme/wtf_epub/epub-cover.html rename to theme/wtf_epub/epub-cover.html diff --git a/sphinx/theme/wtf_epub/static/css/style.css b/theme/wtf_epub/static/css/style.css similarity index 100% rename from sphinx/theme/wtf_epub/static/css/style.css rename to theme/wtf_epub/static/css/style.css diff --git a/sphinx/theme/wtf_epub/theme.conf b/theme/wtf_epub/theme.conf similarity index 100% rename from sphinx/theme/wtf_epub/theme.conf rename to theme/wtf_epub/theme.conf