docs: Make index link point to "index.html" irrespective of port.
This commit is contained in:
parent
9896314f5b
commit
8cc8f280eb
4
docs/templates/layout.html
vendored
4
docs/templates/layout.html
vendored
@ -1,2 +1,6 @@
|
||||
{% extends "!layout.html" %}
|
||||
{% set css_files = css_files + ["_static/customstyle.css"] %}
|
||||
|
||||
{# we change the master_doc variable so that links to the index
|
||||
page are to index.html instead of <port>_index.html #}
|
||||
{% set master_doc = "index" %}
|
||||
|
Loading…
Reference in New Issue
Block a user