-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Inconsistent spaces in C++ function definitions with links #647
Comments
I'm experiencing this, too. Is anybody working on a fix? |
@lgritz there are currently no PRs addressing this issue, no |
rsdubtso
pushed a commit
to rsdubtso/oneapi-spec
that referenced
this issue
Jun 1, 2020
rsdubtso
pushed a commit
to rsdubtso/oneapi-spec
that referenced
this issue
Jun 3, 2020
rsdubtso
pushed a commit
to uxlfoundation/oneAPI-spec
that referenced
this issue
Jun 4, 2020
rsdubtso
pushed a commit
to rsdubtso/oneapi-spec
that referenced
this issue
Jun 17, 2020
akukanov
pushed a commit
to akukanov/oneapi-spec
that referenced
this issue
Jun 24, 2020
Closing as duplicate of #694 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
There is some missing whitespace in function definitions that contain links, at least in the
cpp
domain. Consider the following restructuredtext documenting some C++ type and function:I get the following:
with spaces missing after
MyType
.Expected Results
Something like this:
Note the spaces around
MyType
link in the definition ofFoo
.I did this by changing the following with the Inspect tool in Chrome:
which I think comes from here
Note that now there is extra padding to the right of
const
, but nottype
, which I couldn't fix just by deletingpadding-right: 8px;
on.rst-content dl:not(.docutils) .property
Environment Info
Also with the defaults on rtd
The text was updated successfully, but these errors were encountered: