We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9896314 commit 8cc8f28Copy full SHA for 8cc8f28
1 file changed
docs/templates/layout.html
@@ -1,2 +1,6 @@
1
{% extends "!layout.html" %}
2
{% set css_files = css_files + ["_static/customstyle.css"] %}
3
+
4
+{# we change the master_doc variable so that links to the index
5
+ page are to index.html instead of <port>_index.html #}
6
+{% set master_doc = "index" %}
0 commit comments