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

Exception in :raises: not linked #37

Closed
shimizukawa opened this issue Jan 2, 2015 · 2 comments
Closed

Exception in :raises: not linked #37

shimizukawa opened this issue Jan 2, 2015 · 2 comments
Labels

Comments

@shimizukawa
Copy link
Member

If I do this then the exception isn't linked (I have it defined via .. exception:: elsewhere)

:raises MyException:

Trying the workaround doesn't work either. The raises bit is malformatted although the MyException is now linked.

:raises :exc:MyException:


@shimizukawa
Copy link
Member Author

From Georg Brandl on 2008-11-16 08:17:06+00:00

Should be fixed in <<cset 516cc73>>.

@shimizukawa
Copy link
Member Author

From Jan-Philip Gehrcke on 2012-11-22 17:11:03+00:00

For me, this issue still exists. I'm writing

    :raises :exc:`FooError`:

and the HTML output is :raises FooError: without formatting of raises but with FooError being linked.
:exc:FooError`` itself works perfectly fine.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant