We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a Sphinx project, I used something like this
some text {ref}`some anchor <real-ref>`
and it silently kept it as {ref} and the rest was marked as inline code. When I put it on a single line, it actually created a clickable link.
{ref}
No response
tox -e build-docs on the https://github.com/abhinavsingh/proxy.py repo and navigate to "guidelines" document in the browser.
tox -e build-docs
The text was updated successfully, but these errors were encountered:
This has been previously reported in issue #169.
Sorry, something went wrong.
Oh, so I missed that one.
link <target>
No branches or pull requests
Describe the problem
In a Sphinx project, I used something like this
some text {ref}`some anchor <real-ref>`
and it silently kept it as
{ref}
and the rest was marked as inline code.When I put it on a single line, it actually created a clickable link.
Link to your repository or website
No response
Steps to reproduce
tox -e build-docs
on the https://github.com/abhinavsingh/proxy.py repo and navigate to "guidelines" document in the browser.The version of Python you're using
No response
Your operating system
No response
Versions of your packages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: