jupyter-server/kernel_gateway

Improve the doc formating on RTD

mwouts opened this issue · 2 comments

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
image

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

In my experience this can be fixed by activating the recommonmark extension in docs\conf.py.

Would you be open to a PR going into that direction?

Absolutely! Thank you Marc!

Done! And that is possibly the shortest PR I ever made 😄
Thank you Kevin for you quick answer.