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
In Sphinx 1.8:
In Sphinx 2.1, the domain styling leaks through:
Also affects field lists in the same way:
The text was updated successfully, but these errors were encountered:
Whew, running into the same issue. I was starting to think I was crazy.
Sorry, something went wrong.
Ran into same issue, hope this is fixed soon.
In the meantime my workaround is to downgrade to Sphinx 1.8.5:
pip uninstall sphinx pip install sphinx==1.8.5
Note: You will need to rename index.rst to contenst.rst
index.rst
contenst.rst
I didn't have to make any other adjustmens to my very basic project, YMMV though.
agjohnson
Successfully merging a pull request may close this issue.
In Sphinx 1.8:
In Sphinx 2.1, the domain styling leaks through:
Also affects field lists in the same way:
The text was updated successfully, but these errors were encountered: