PyZipline/mkdocs.yml
SeaswimmerTheFsh d27bdda769
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 37s
fix(docs): fixed external link rendering
2023-12-20 09:59:03 -05:00

39 lines
882 B
YAML

site_name: PyZipline Documentation
site_url: https://pyzipline.readthedocs.io
repo_name: CoastalCommits
repo_url: https://coastalcommits.com/SeaswimmerTheFsh/PyZipline
edit_uri: src/branch/main/docs
copyright: Copyright © 2023, SeaswimmerTheFsh
site_author: SeaswimmerTheFsh
site_description: PyZipline is an API wrapper written in Python for the Zipline API.
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Usage: getting-started/usage.md
- Reference: ref/zipline.md
plugins:
- search
- social
# - mkdocstrings:
# default_handler: python
# handlers:
# python:
# paths: [pyzipline]
extra_css:
- css/external.css
theme:
name: material
palette:
scheme: slate
features:
- search.suggest
- search.highlight
- search.share
logo: logo.png
favicon: logo.png