File tree 2 files changed +1
-4
lines changed
theme/devsite_sphinx_theme
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -186,8 +186,6 @@ cp _build/objects.inv "$OUTDIR"
186
186
TOC=" $OUTDIR " /_toc.yaml
187
187
cat > " $TOC " << EOL
188
188
toc:
189
- - title: Overview
190
- path: ${DEVSITE_PATH} /
191
189
EOL
192
190
for m in ${PY_MODULES} ; do
193
191
echo " - title: ${m} " >> " $TOC "
Original file line number Diff line number Diff line change 14
14
< meta name ="book_path " value ="/docs/reference/_book.yaml " />
15
15
< meta name ="page_type " value ="reference " />
16
16
< meta name ="translation " value ="disabled ">
17
- < link rel ="stylesheet " type ="text/css " href ="https://www.gstatic.com/devrel-devsite/prod/vc890b700b898929d6a9586ce333c0fb7d88f26c0e62aab16b11d9d648f110bfc/firebase/css/app.css ">
18
- < link rel ="stylesheet " type ="text/css " href ="https://firebase.google.com/styles/sphinx.css ">
17
+ < link rel ="stylesheet " href ="/styles/sphinx.css ">
19
18
</ head >
20
19
< body >
21
20
{%- block header %}{% endblock %}
You can’t perform that action at this time.
0 commit comments