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/Makefile b/Makefile index 27cbc0f..858fb85 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ all: mdbook crowbook sphinx +clean: + -rm -rf sphinx/build/* + mdbook: -mdbook build mdbook -cd mdbook; RUST_BACKTRACE=1 mdbook-epub --standalone @@ -18,6 +21,6 @@ bundle: all 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/DasHandbuchzurWTFeG.epub bundle/sphinx_DasHandbuchzurWTFeG.epub - cp sphinx/build/latex/dashandbuchzurwtfeg.pdf bundle/sphinx_DasHandbuchzurWTFeG.pdf + 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 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_coop_header.png b/sphinx/source/_static/wtf_coop_header.png new file mode 100644 index 0000000..8b5c6ed Binary files /dev/null and b/sphinx/source/_static/wtf_coop_header.png differ 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/index.rst b/sphinx/source/index.rst index 33725a3..ca15021 100644 --- a/sphinx/source/index.rst +++ b/sphinx/source/index.rst @@ -7,7 +7,7 @@ RTFM - Das Handbuch zur wtf Kooperative eG =========================================== .. toctree:: - :maxdepth: 4 + :maxdepth: 2 :caption: Contents: handbuch/intro.md 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/theme.conf b/sphinx/theme/wtf_coop/theme.conf new file mode 100644 index 0000000..35b6f6b --- /dev/null +++ b/sphinx/theme/wtf_coop/theme.conf @@ -0,0 +1,7 @@ +[theme] +inherit = sphinx_rtd_theme +stylesheet = css/wtf_coop.css +pygments_style = trac + +[options] +logo_only = True