mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
docstyle.rst: Do not export it to HTML as a standalone doc (#19083)
.. This doc is included in contributing.rst. Fixes https://github.com/nim-lang/Nim/issues/14593.
This commit is contained in:
@@ -111,7 +111,10 @@ proc getRst2html(): seq[string] =
|
||||
for a in walkDirRecFilter("doc"):
|
||||
let path = a.path
|
||||
if a.kind == pcFile and path.splitFile.ext == ".rst" and path.lastPathPart notin
|
||||
["docs.rst", "nimfix.rst"]:
|
||||
["docs.rst", "nimfix.rst",
|
||||
"docstyle.rst" # docstyle.rst shouldn't be converted to html separately;
|
||||
# it's included in contributing.rst.
|
||||
]:
|
||||
# maybe we should still show nimfix, could help reviving it
|
||||
# `docs` is redundant with `overview`, might as well remove that file?
|
||||
result.add path
|
||||
|
||||
Reference in New Issue
Block a user