Skip to content

Commit 9f3a128

Browse files
author
Matthias Koeppe
committed
src/doc/bootstrap: Fixup
1 parent 8238dc6 commit 9f3a128

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

src/doc/bootstrap

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,6 @@ Features
153153
sage/features/polymake
154154
sage/features/rubiks
155155
sage/features/tdlib
156-
157-
All External Packages
158-
---------------------
159-
160-
.. toctree::
161-
:maxdepth: 1
162-
163-
index_alph
164-
165156
EOF
166157
cat >> "$OUTPUT_INDEX" <<EOF
167158
@@ -186,6 +177,18 @@ for PKG_BASE in $(sage-package list --has-file SPKG.rst :experimental: | grep -v
186177
echo "* :ref:\`spkg_$PKG_BASE\`"
187178
done >> "$OUTPUT_INDEX"
188179

180+
cat >> "$OUTPUT_INDEX" <<EOF
181+
182+
All External Packages
183+
---------------------
184+
185+
.. toctree::
186+
:maxdepth: 1
187+
188+
index_alph
189+
190+
EOF
191+
189192
OUTPUT_INDEX="$OUTPUT_DIR"/index_alph.rst
190193
cat >> "$OUTPUT_INDEX" <<EOF
191194

0 commit comments

Comments
 (0)