PyZipline/mkdocs.yml
SeaswimmerTheFsh b975d98889
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 35s
WOOOO im going insane
2023-12-19 17:27:24 -05:00

39 lines
884 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/material.css
theme:
name: material
palette:
scheme: slate
features:
- search.suggest
- search.highlight
- search.share
logo: logo.png
favicon: logo.png