I have one file with the following content.
.. toctree::
:includehidden:
:titlesonly:
Getting_started <./docs/Getting_started>
Which gives the Getting_started
link as
href="docs/Getting_started.html"
but I want to have this link as below
href="/docs/Getting_started.html"
Is it possible with sphinx? Please help