api documentation

This commit is contained in:
Hayden 2021-01-07 19:54:31 -09:00
parent f412c3dd5b
commit 53b4717810

View File

@ -68,7 +68,7 @@ HTML_TEMPLATE = """<!DOCTYPE html>
"""
CWD = Path(__file__).parent
out_path = CWD.joinpath("temp", "api.html")
out_path = CWD.joinpath("temp", "index.html")
def generate_api_docs(app):