Skip to content

Commit f2d189b

Browse files
committed
docs: ensure Zygote installed
1 parent 7b27101 commit f2d189b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
DynamicExpressions = "a40a106e-89c9-4ca8-8020-a735e8728b6b"
44
Interfaces = "85a1e053-f937-4924-92a5-1367d23b7b87"
55
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
6+
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using Documenter
2-
using DynamicExpressions
1+
using Documenter, DynamicExpressions, Zygote
32
using Random: AbstractRNG
43
using Literate: markdown
54

0 commit comments

Comments
 (0)