Skip to content

Commit

Permalink
Create mkdocs.yml
Browse files Browse the repository at this point in the history
lukenoaa authored May 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent eb412f8 commit fee8a26
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
site_name: Tourmaline Docs
theme:
name: readthedocs
highlightjs: true
extra_css: [style_2.css]
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
nav:
- 'Tourmaline Docs' : 'index.md'
- 'NCBI Submission Instructions': 'ncbi.md'
- 'OBIS/GBIF Submission Instructions': 'obis.md'
- 'Contributors': 'contributors.md'
use_directory_urls: false

0 comments on commit fee8a26

Please sign in to comment.