Skip to content

Commit

Permalink
Remove Turing Web in favour of MultiDocumenter (#298)
Browse files Browse the repository at this point in the history
* Update Project.toml

* Update make.jl
  • Loading branch information
yebai authored Oct 12, 2022
1 parent 851f16c commit a76630b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[deps]
AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
TuringWeb = "c56ddf1c-821f-4acb-9427-92e17f4f4649"
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Pkg
Pkg.update("TuringWeb")

using Documenter, TuringWeb
using Documenter
using AdvancedHMC

# cp(joinpath(@__DIR__, "../README.md"), joinpath(@__DIR__, "src/index.md"))
Expand Down

0 comments on commit a76630b

Please sign in to comment.