Skip to content

Commit f946e60

Browse files
committed
šŸ› doc fix: use 0.10.12 for CairoMakie and gitignore in docs to skip manifest and build
1 parent 9abcec5 commit f946e60

File tree

3 files changed

+4
-1261
lines changed

3 files changed

+4
-1261
lines changed

ā€ŽProject.tomlā€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ MakieExt = ["Makie"]
4141

4242
[compat]
4343
AutoHashEquals = "2.2.0"
44-
CairoMakie = "0.13"
44+
CairoMakie = "0.10.12"
4545
Colors = "0.13.0"
4646
Combinatorics = "1.0.2"
4747
DataStructures = "0.18.20"
@@ -51,7 +51,7 @@ GLMakie = "0.11.2"
5151
GraphMakie = "0.5.13"
5252
GraphPlot = "0.6.0"
5353
Graphs = "1.12.0"
54-
Makie = "0.19"
54+
Makie = "0.19.11"
5555
NetworkLayout = "0.4.9"
5656
Oscar = "1.2.2"
5757
StatsBase = "0.34.4"

ā€Ždocs/.gitignoreā€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build/
2+
Manifest.toml

0 commit comments

Comments
Ā (0)