Add support for the math directive
See original GitHub issueI am not sure if this is the right place to ask, but I haven’t seen any valuable information that would solve my problem anywhere.
I have an issue with uploading a package on PyPI. Specifically, the .rst description of my project https://pypi.org/project/challenge.uccs/ does not render on the PyPI front page.
According to their recommendation: https://packaging.python.org/guides/making-a-pypi-friendly-readme/ I installed readme_renderer
version 21.0 via pip. When I run the renderer on my local copy of the project, I get the message:
$ python setup.py check -r -s
running check
The project's long description is valid RST.
So, there is no error message here, I don’t see any error message when uploading to PyPI.
Since all the required information should be online (just download the package that I pointed to), maybe you can help me in assessing why the PyPI page does not render.
Thanks for your help in advance. Manuel
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:8 (5 by maintainers)
Actually, I have added the
docutils.conf
in order to suppress the warning (I don’t remember where I read that I should do this). However, thedocutils.conf
is also part of the python package uploaded to PyPI (it is mentioned in theMANIFEST.in
).Apparently, PyPI does not use this file when rendering the documentation. I am not sure, though, how I would fix the
mathjax
issue otherwise. Do you have any idea?Why not file an issue at warehouse so as to comply with the setting in the
docutils.conf
file, if it is present at the root of some package?