Remove extra stuff

Too experimental and too much work at this point
This commit is contained in:
Luke Murphy 2019-07-09 14:27:49 +02:00
parent 9e657a9bbe
commit 80795d64c9
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 1 additions and 19 deletions

View File

@ -1,8 +0,0 @@
build:
@mkdocs build && \
mkdir site/pd site/epub && \
mkdocscombine -o site/pd/manual.pd --no-titles && \
pandoc --toc -f markdown+grid_tables -t epub -o site/epub/manual.epub site/pd/manual.pd
serve:
@mkdocs serve

View File

@ -9,7 +9,7 @@ The manual for Bibliotecha.
``` ```
$ python3 -m venv .venv && source .venv/bin/activate $ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt $ pip install -r requirements.txt
$ make serve $ mkdocs serve
``` ```
References: References:

View File

@ -7,12 +7,4 @@ nav:
- Manual: index.md - Manual: index.md
markdown_extensions: markdown_extensions:
- abbr
- toc - toc
plugins:
- search:
lang: en
- pdf-export:
combined: True
combined_output_path: pdf/manual.pdf

View File

@ -1,4 +1,2 @@
mkdocs==1.0.4 mkdocs==1.0.4
mkdocs-pdf-export-plugin==0.5.5
mkdocs-alabaster==0.8.0 mkdocs-alabaster==0.8.0
-e git+https://github.com/twardoch/mkdocs-combine.git#egg=mkdocs-combine