We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1a6bc commit f9d16c7Copy full SHA for f9d16c7
.github/workflows/DocTest.yml
@@ -42,8 +42,10 @@ jobs:
42
# Develop currently checked out version of DynamicPPL
43
using Pkg
44
Pkg.develop(path=pwd())
45
+ Pkg.instantiate()
46
+
47
+ using Documenter, DynamicPPL, Distributions
48
- using Documenter
49
DocMeta.setdocmeta!(
50
DynamicPPL,
51
:DocTestSetup,
docs/Project.toml
@@ -1,4 +1,5 @@
1
[deps]
2
+ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
3
AbstractPPL = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
4
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
5
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
0 commit comments