sphinx-bootstrap-theme
sphinx-bootstrap-theme copied to clipboard
Document does not link to http-routingtable
When creating REST API docs, using the original theme together with sphinxcontrib-httpdomain, an index page called http-routingtable is generated, and the link appears. But with sphinx-bootstrap-theme, the link is not there, but http-routingtable.html is still generated.
Can you provide code links to what you're talking about here? I have no familiarity with sphinxcontrib-httpdomain
. Thanks!
Hi there, thanks for the quick reply, on the sphinxcontrib-httpdomain
page @ http://pythonhosted.org/sphinxcontrib-httpdomain/ you can see at the top right hand corner where there's module, routing table, and index links. The routing table links to http://pythonhosted.org/sphinxcontrib-httpdomain/http-routingtable.html
These links appears if I used sphinx default templates, I've not checked if the module link works or not with sphinx-bootstrap-theme, but that is produced by the internal autodoc module.
@ryan-roemer nice maintaining right there! ;)
I think this is an issue in the httpdomain
extension itself somehow... I haven't figured it out myself yet. But see this related issue