Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

docs: jinja2.exceptions.TemplateNotFound: apistar\index.html #641

Open
sdementen opened this issue Dec 22, 2018 · 0 comments
Open

docs: jinja2.exceptions.TemplateNotFound: apistar\index.html #641

sdementen opened this issue Dec 22, 2018 · 0 comments

Comments

@sdementen
Copy link

Hello,

When using both the CLI and the programmatic interface to serve or build docs from a schema, I receive a the exception jinja2.exceptions.TemplateNotFound: apistar\index.html.

using apistar==0.6.0 installed via pipenv on windows

fix is to not use os.path.join for building apistar\index.html but do theme + loader.delimiter + 'index.html' in apistar\core.py

sdementen added a commit to sdementen/apistar that referenced this issue Dec 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant