You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been noticing that the links in the literal blocks generated by the viewcode ext are oddly placed at the beginning of the line with the xref'd signature. For example:
leads to
Most other themes float the [docs] link to the right in a non-obstructive way, so I've been using custom CSS do achieve this:
.viewcode-block .viewcode-back {
float: right;
}
which results in
I was wondering if the CSS I'm using should be added to this theme's CSS.
The text was updated successfully, but these errors were encountered:
I've been noticing that the links in the literal blocks generated by the viewcode ext are oddly placed at the beginning of the line with the xref'd signature. For example:
leads to
Most other themes float the
[docs]
link to the right in a non-obstructive way, so I've been using custom CSS do achieve this:which results in
I was wondering if the CSS I'm using should be added to this theme's CSS.
The text was updated successfully, but these errors were encountered: