Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/Manifest.toml
docs/Manifest.toml
docs/build/
.vscode/settings.json
docs/src/tutorial/*.md
docs/src/tutorial/*.md
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MetaGraphsNext"
uuid = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
version = "0.7.1"
version = "0.7.2"

[deps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Expand All @@ -13,7 +13,7 @@ BenchmarkTools = "1"
Documenter = "1"
Graphs = "1.4.1"
InteractiveUtils = "1"
JLD2 = "0.1.11, 0.2, 0.3, 0.4"
JLD2 = "0.1.11, 0.2, 0.3, 0.4, 0.5"
JuliaFormatter = "1"
MetaGraphs = "0.7"
SimpleTraits = "0.9"
Expand Down
341 changes: 0 additions & 341 deletions docs/Manifest.toml

This file was deleted.

1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ makedocs(;
),
checkdocs=:all,
linkcheck=true,
strict=true,
)

deploydocs(; repo="github.com/JuliaGraphs/MetaGraphsNext.jl.git")