Commit e2a8a2d
authored
Unhide hidden tables of contents for readthedocs (#82)
The tables of contents added to the stdlib-reference repo for use on readthedocs were not hidden on GitHub pages.
Wrapping them in HTML comments hides them, but they need to be unhidden in order for RTD to be able to use the TOCs, so this change adds a function to the RTD config file to filter out the wrapper from each doc as it gets processed.1 parent c263456 commit e2a8a2d
1 file changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
14 | 32 | | |
15 | 33 | | |
16 | 34 | | |
| |||
76 | 94 | | |
77 | 95 | | |
78 | 96 | | |
79 | | - | |
| 97 | + | |
0 commit comments