diff --git a/config/nimdoc.cfg b/config/nimdoc.cfg index 975c7c06af..7bb63ddaa3 100644 --- a/config/nimdoc.cfg +++ b/config/nimdoc.cfg @@ -1,15 +1,15 @@ # This is the config file for the documentation generator. # (c) 2012 Andreas Rumpf # Feel free to edit the templates as you need. If you modify this file, it -# might be worth updating the hardcoded values in packages/docutils/rstgen.ni +# might be worth updating the hardcoded values in packages/docutils/rstgen.nim -split.item.toc = "20" +split.item.toc = "20" # too long entries in the table of contents wrap around # after this number of characters doc.section = """
-

$sectionTitle

+

$sectionTitle

$content
@@ -17,8 +17,8 @@ $content doc.section.toc = """
  • - $sectionTitle -