Skip to content

Commit

Permalink
Documenter v1
Browse files Browse the repository at this point in the history
  • Loading branch information
cecileane committed Oct 31, 2023
1 parent 99f1761 commit 80c2359
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterMarkdown = "997ab1e6-3595-5248-9280-8efb232c3433"
PhyloCoalSimulations = "53f7b83a-06b5-4910-9a21-1896bf762ade"
PhyloNetworks = "33ad39ac-ed31-50eb-9b15-43d0656eaa72"
QuartetNetworkGoodnessFit = "1382f7fc-2744-4d9d-8ec6-1e3efdec0746"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Documenter = "~0.27"
Documenter = "1"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Documenter, DocumenterMarkdown
using Documenter
using PhyloNetworks
using QuartetNetworkGoodnessFit
DocMeta.setdocmeta!(QuartetNetworkGoodnessFit, :DocTestSetup, :(using QuartetNetworkGoodnessFit); recursive=true)
Expand Down
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## what to update

- update Julia version in `.travis.yml`, Documentation section
- check Julia version in `.github/workflows/ci.yml`, docs section
- update Documenter version in `docs/Project.toml`, and fix
anything that the update might have broken.

Expand Down

0 comments on commit 80c2359

Please sign in to comment.