[docs] adds a stolen shell script for creating the documentation ...

stolen from https://github.com/bendalab/thunderfish/blob/master/build-docs.sh
This commit is contained in:
2020-07-27 11:11:40 +02:00
parent b4d03325de
commit 0fcddd3d51
2 changed files with 42 additions and 0 deletions

View File

@@ -1,20 +0,0 @@
site_name: fishbook
repo_url: https://whale.am28.uni-tuebingen.de/git/jgrewe/fishbook
edit_uri: ""
site_author: Jan Grewe
theme: readthedocs
markdown_extensions:
- markdown_include.include
nav:
- Home: 'index.md'
- 'User Guide':
- 'configuration': 'configuration.md'
- 'getting started': 'getting_started.md'
- 'todos': 'todos.md'
- API reference: 'api/index.html'