Replies: 1 comment
-
If you want to have a "variable" so that you replace features by the path/to/features thing you created, it's something different you are trying to achieving. And I'm not sure you can use it in a toctree (in the doctree, you should put the correct path). If you want a "variable-like" thing, you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
If I declare a
.. _foo: path/to/foo
at the top of my file, I can't reference it laterHow to Reproduce
I tried:
1
2
3
4
5
6
...and a few more similar combos
Environment Information
Sphinx extensions
Additional context
Pretty minimal examples above --
The docs list the syntax
.. _foo linkblock
but doesn't actually give examples beyond that or additional rules/nuances. It's very possible I misunderstood a simple concept, as I'm still somewhat newer to Sphinx/RST.Beta Was this translation helpful? Give feedback.
All reactions