Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrotti committed Mar 28, 2024
1 parent 82b51f4 commit 98266c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ julia = "1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Test", "Graphs"]
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Documenter, IndexedGraphs
using Documenter, IndexedGraphs, Graphs

makedocs(sitename="IndexedGraphs Documentation",
# format = Documenter.HTML(prettyurls = false),
pages = [
Expand Down

0 comments on commit 98266c3

Please sign in to comment.