Skip to content

Commit

Permalink
build documentation for htmlparser
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Oct 27, 2023
1 parent d66f3fe commit cfee360
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/kochdocs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ lib/posix/posix_openbsd_amd64.nim
lib/posix/posix_haiku.nim
lib/pure/md5.nim
lib/std/sha1.nim
lib/pure/htmlparser.nim
""".splitWhitespace()

officialPackagesList = """
Expand All @@ -170,6 +171,7 @@ pkgs/checksums/src/checksums/sha1.nim
pkgs/checksums/src/checksums/sha2.nim
pkgs/checksums/src/checksums/sha3.nim
pkgs/checksums/src/checksums/bcrypt.nim
pkgs/htmlparser/src/htmlparser.nim
""".splitWhitespace()

officialPackagesListWithoutIndex = """
Expand Down Expand Up @@ -344,7 +346,7 @@ proc buildJS(): string =
proc buildDocsDir*(args: string, dir: string) =
let args = nimArgs & " " & args
let docHackJsSource = buildJS()
gitClonePackages(@["asyncftpclient", "punycode", "smtp", "db_connector", "checksums", "atlas"])
gitClonePackages(@["asyncftpclient", "punycode", "smtp", "db_connector", "checksums", "atlas", "htmlparser"])
createDir(dir)
buildDocSamples(args, dir)

Expand Down

0 comments on commit cfee360

Please sign in to comment.