Skip to content

Commit

Permalink
Add docs task.
Browse files Browse the repository at this point in the history
  • Loading branch information
moigagoo committed Dec 28, 2024
1 parent 33acc4b commit fcdbda2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions climate.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ srcDir = "src"

requires "nim >= 1.6.2"

# Tasks

before docs:
rmDir "docs"

task docs, "Generate docs":
exec "nimble doc --outdir:docs --project --index:on src/climate"

0 comments on commit fcdbda2

Please sign in to comment.