Skip to content
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

Definition list display different in Sphinx 2.1 #800

Closed
agjohnson opened this issue Jul 25, 2019 · 2 comments · Fixed by #838
Closed

Definition list display different in Sphinx 2.1 #800

agjohnson opened this issue Jul 25, 2019 · 2 comments · Fixed by #838
Assignees
Labels
Accepted Accepted issue on our roadmap Bug A bug

Comments

@agjohnson
Copy link
Collaborator

agjohnson commented Jul 25, 2019

In Sphinx 1.8:
image

In Sphinx 2.1, the domain styling leaks through:
image

Also affects field lists in the same way:
image

@agjohnson agjohnson added Bug A bug Accepted Accepted issue on our roadmap labels Jul 25, 2019
@zaneselvans
Copy link

Whew, running into the same issue. I was starting to think I was crazy.

@DrLuke
Copy link

DrLuke commented Sep 23, 2019

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

I didn't have to make any other adjustmens to my very basic project, YMMV though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Accepted issue on our roadmap Bug A bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants