forked from varia/bibliotecha-manual
Remove extra stuff
Too experimental and too much work at this point
This commit is contained in:
parent
9e657a9bbe
commit
80795d64c9
8
Makefile
8
Makefile
@ -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
|
@ -9,7 +9,7 @@ The manual for Bibliotecha.
|
||||
```
|
||||
$ python3 -m venv .venv && source .venv/bin/activate
|
||||
$ pip install -r requirements.txt
|
||||
$ make serve
|
||||
$ mkdocs serve
|
||||
```
|
||||
|
||||
References:
|
||||
|
@ -7,12 +7,4 @@ nav:
|
||||
- Manual: index.md
|
||||
|
||||
markdown_extensions:
|
||||
- abbr
|
||||
- toc
|
||||
|
||||
plugins:
|
||||
- search:
|
||||
lang: en
|
||||
- pdf-export:
|
||||
combined: True
|
||||
combined_output_path: pdf/manual.pdf
|
||||
|
@ -1,4 +1,2 @@
|
||||
mkdocs==1.0.4
|
||||
mkdocs-pdf-export-plugin==0.5.5
|
||||
mkdocs-alabaster==0.8.0
|
||||
-e git+https://github.com/twardoch/mkdocs-combine.git#egg=mkdocs-combine
|
||||
|
Loading…
Reference in New Issue
Block a user