Skip to content

Commit f63cb6a

Browse files
committed
new dependencies for doc
1 parent 1f9e396 commit f63cb6a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ExampleJuggler = "3bbe58f8-ed81-4c4e-a134-03e85fcf4a1a"
77
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
88
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
99
GridVisualize = "5eed8a63-0fb0-45eb-886d-8d5a387d12b8"
10-
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
10+
PlutoStaticHTML = "359b1769-a58e-495b-9770-312e911026ad"
11+
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
1112
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
1213
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
1314
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1415

1516
[compat]
16-
Literate = ">=0.2.7"
17-
Pluto = ">=0.17.4"
17+
Literate = ">=0.2.7"

docs/make.jl

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using Documenter
22
using ExtendableFEMBase
33
using ExampleJuggler
4+
using PlutoStaticHTML
45
using CairoMakie
56

67

0 commit comments

Comments
 (0)