Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix c.JupyterHub.template_paths #192

Merged

Conversation

yapatta
Copy link
Contributor

@yapatta yapatta commented Nov 8, 2021

Line 37 of docs/source/quickstart.md is incorrect python code. ) is needed.

before

c.JupyterHub.template_paths = [f"{os.path.dirname(nativeauthenticator.__file__}/templates/"]

after

c.JupyterHub.template_paths = [f"{os.path.dirname(nativeauthenticator.__file__)}/templates/"]

@yapatta yapatta changed the title docs: fix c.JupyterHub.template_paths #191 docs: fix c.JupyterHub.template_paths Nov 8, 2021
@lambdaTotoro
Copy link
Collaborator

Good catch. Merging.

@lambdaTotoro lambdaTotoro merged commit 969f4d0 into jupyterhub:main Nov 8, 2021
@welcome
Copy link

welcome bot commented Nov 8, 2021

Congrats on your first merged pull request in this project! 🎉
congrats
Thank you for contributing, we are very proud of you! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants