We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e77f5 commit 32432e5Copy full SHA for 32432e5
src/Twig/TocExtension.php
@@ -24,7 +24,7 @@ public function getFunctions(): array
24
public static function getOptions(array $toc): array
25
{
26
$flattendToc = self::flattenToc($toc);
27
- // FIXME: his hardcoded '2' value should instead be obtained
+ // FIXME: this hardcoded '2' value should instead be obtained
28
// automatically using the 'maxdepth' option of 'toctree' directive.
29
// See https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html
30
$maxDepth = 2;
0 commit comments