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

Fix #2060: :manpage: role uses incorrect style (node) #2224

Merged

Conversation

tk0miya
Copy link
Member

@tk0miya tk0miya commented Jan 8, 2016

It should be use bold style to reference man pages in man format.
On other formats, it is still represented as emphasis.

To keep style of other format, I added new node; sphinx.addnodes.manpage.
It makes doctree a little complicated, but it separates styles and data structure.

@shimizukawa
Copy link
Member

LGTM. Please merge it and update CHANGES.

@shimizukawa shimizukawa added this to the 1.4 milestone Jan 17, 2016
@tk0miya tk0miya force-pushed the 2060_change_style_of_manpage_role branch from 9f8e75b to 50426a7 Compare January 17, 2016 10:49
It should be use bold style to reference man pages in man format.
On other formats, it is still represented as emphasis.
tk0miya added a commit that referenced this pull request Jan 17, 2016
Fix #2060: ``:manpage:`` role uses incorrect style (node)
@tk0miya tk0miya merged commit a8d6e70 into sphinx-doc:master Jan 17, 2016
@tk0miya tk0miya deleted the 2060_change_style_of_manpage_role branch January 24, 2016 10:48
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants