Skip to content

Commit e48abfe

Browse files
authored
update docs dependencies (#868)
* update docs dependencies * fix imports * compat for ApproxFun
1 parent 48a05c8 commit e48abfe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1010
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1111

1212
[compat]
13+
ApproxFun = "0.13"
14+
BandedMatrices = "0.17"
1315
Documenter = "0.27"
16+
DomainSets = "0.6"
1417
Literate = "2"
1518
Plots = "1"
1619
SpecialFunctions = "2"
20+
julia = "1.6"

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
using Documenter, ApproxFun, BandedMatrices, DomainSets, LinearAlgebra
1+
using Documenter
22
using Literate
3+
using ApproxFun, DomainSets, LinearAlgebra, BandedMatrices # these packages are needed for the docs library
34

45
# Generate examples using Literate
56
# See https://github.com/fredrikekre/Literate.jl/blob/master/docs/make.jl

0 commit comments

Comments
 (0)