Skip to content

Commit

Permalink
add Unitful to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed May 27, 2020
1 parent ea0a30f commit d7b302c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Documenter = "~0.24"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Documenter, MonteCarloMeasurements
using Documenter, MonteCarloMeasurements, Unitful

makedocs(sitename="MonteCarloMeasurements Documentation", doctest = false, modules=[MonteCarloMeasurements],
pages = [
Expand Down

0 comments on commit d7b302c

Please sign in to comment.