We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thanks for this nice project!
I see that the documentation uses Markdown files, but these files are not properly rendered on RTD.
For instance, this file: https://github.com/jupyter/kernel_gateway/blob/master/docs/source/features.md
is rendered on https://jupyter-kernel-gateway.readthedocs.io/en/latest/features.html as
In my experience this can be fixed by activating the recommonmark extension in docs\conf.py.
recommonmark
docs\conf.py
Would you be open to a PR going into that direction?
The text was updated successfully, but these errors were encountered:
Absolutely! Thank you Marc!
Sorry, something went wrong.
Done! And that is possibly the shortest PR I ever made 😄 Thank you Kevin for you quick answer.
Successfully merging a pull request may close this issue.
Hi,
Thanks for this nice project!
I see that the documentation uses Markdown files, but these files are not properly rendered on RTD.
For instance, this file: https://github.com/jupyter/kernel_gateway/blob/master/docs/source/features.md

is rendered on https://jupyter-kernel-gateway.readthedocs.io/en/latest/features.html as

In my experience this can be fixed by activating the
recommonmark
extension indocs\conf.py
.Would you be open to a PR going into that direction?
The text was updated successfully, but these errors were encountered: