You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nim doc --index:on /tmp/nim_package_directory/cache/jester/pkgs/jester-0.4.3/jester.nim
/tmp/nim_package_directory/cache/jester/pkgs/jester-0.4.3/jester/request.nim(3, 22) Error: cannot open file: jester/private/utils
The text was updated successfully, but these errors were encountered:
timotheecour
changed the title
publish docs and link to it in README
publish docs and link to it in README (doc build failing in nimble directory)
Sep 16, 2020
other popular packages link to docs (generated during push to master along with CI integration).
this should be doable with
nim doc --project jester.nim
examples
links
nim doc
fails for any file that imports jester: Error: undeclared identifier: 'EWOULDBLOCK' #185related
https://nimble.directory/pkg/jester shows doc build failing and https://nimble.directory/docs/jester shows only docs for 2 modules, eg: https://nimble.directory/docs/jester//jester/patterns.html
https://nimble.directory/ci/badges/jester/nimdevel/doc_build_output.html
tmp/nim_package_directory/cache/jester/pkgs/jester-0.4.3/jester.nim
nim doc --index:on /tmp/nim_package_directory/cache/jester/pkgs/jester-0.4.3/jester.nim
/tmp/nim_package_directory/cache/jester/pkgs/jester-0.4.3/jester/request.nim(3, 22) Error: cannot open file: jester/private/utils
The text was updated successfully, but these errors were encountered: