You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
sdementen
added a commit
to sdementen/apistar
that referenced
this issue
Dec 22, 2018
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.pyThe text was updated successfully, but these errors were encountered: