Skip to content

Commit

Permalink
Display versioninfo when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Dec 13, 2020
1 parent aabab10 commit 3e2a237
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.jl.mem
.DS_Store
/Manifest.toml
/docs/Manifest.toml
/dev/
/docs/build/
/docs/site/
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"
MethodAnalysis = "85b6ec6f-f7df-4429-9514-a64bcd9ee824"

[compat]
Documenter = "0.25"
2 changes: 2 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
using Documenter, MethodAnalysis

display(versioninfo())

makedocs(;
modules=[MethodAnalysis],
format=Documenter.HTML(),
Expand Down

0 comments on commit 3e2a237

Please sign in to comment.