apistar icon indicating copy to clipboard operation
apistar copied to clipboard

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

Open sdementen opened this issue 7 years ago • 0 comments

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 avatar Dec 22 '18 09:12 sdementen