-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Improve use of Sphinx syntax #1162
Comments
Also: #1160 (comment) |
When calling Sphinx, pass |
There is also #879. Should conversion to markdown be prioritised over improving RST? |
Partially, maybe. You can still enforce strictness in Sphinx. And then, you need to fix the references regardless of which syntax is used. Additionally, to support inclusion of Markdown files into the Sphinx docs, you'll need to plug MyST-parser there and convert the index document into Markdown (maybe a few more docs, too). I think I have an example of that in pip-tools. So I'd probably make the conversion depend on everything else... |
Originally posted by @webknjaz in #1160 (comment)
The text was updated successfully, but these errors were encountered: