Skip to content

Commit 591cd0b

Browse files
Don't add index to toc
1 parent d1e7315 commit 591cd0b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/generate.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ cp _build/objects.inv "$OUTDIR"
186186
TOC="$OUTDIR"/_toc.yaml
187187
cat >"$TOC" <<EOL
188188
toc:
189-
- title: Overview
190-
path: ${DEVSITE_PATH}/
191189
EOL
192190
for m in ${PY_MODULES}; do
193191
echo "- title: ${m}" >>"$TOC"

docs/theme/devsite_sphinx_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta name="book_path" value="/docs/reference/_book.yaml" />
1515
<meta name="page_type" value="reference" />
1616
<meta name="translation" value="disabled">
17-
<link rel="stylesheet" type="text/css" href="/styles/sphinx.css">
17+
<link rel="stylesheet" href="/styles/sphinx.css">
1818
</head>
1919
<body>
2020
{%- block header %}{% endblock %}

0 commit comments

Comments
 (0)