We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3c0bb commit 15f0111Copy full SHA for 15f0111
docs/generate.sh
@@ -186,8 +186,6 @@ cp _build/objects.inv "$OUTDIR"
186
TOC="$OUTDIR"/_toc.yaml
187
cat >"$TOC" <<EOL
188
toc:
189
-- title: Overview
190
- path: ${DEVSITE_PATH}/
191
EOL
192
for m in ${PY_MODULES}; do
193
echo "- title: ${m}" >>"$TOC"
docs/theme/devsite_sphinx_theme/layout.html
@@ -14,7 +14,7 @@
14
<meta name="book_path" value="/docs/reference/_book.yaml" />
15
<meta name="page_type" value="reference" />
16
<meta name="translation" value="disabled">
17
- <link rel="stylesheet" type="text/css" href="/styles/sphinx.css">
+ <link rel="stylesheet" href="/styles/sphinx.css">
18
</head>
19
<body>
20
{%- block header %}{% endblock %}
0 commit comments