Skip to content

Commit

Permalink
update documenter version (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsipher authored Jun 18, 2021
1 parent 206e354 commit caf640a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Run CompatHelper"
run: |
import CompatHelper
CompatHelper.main()
CompatHelper.main(; subdirs = ["", "docs"])
shell: julia --color=yes {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 5 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ Clp = "e2554f3b-3117-50c0-817c-e040a3ddf72d"

[compat]
julia = "1.6"
Documenter = "0.26"
Documenter = "0.27"
Literate = "2.8"
Clp = "0.8"
Ipopt = "0.6"
Distributions = "0.25"
Plots = "1"

0 comments on commit caf640a

Please sign in to comment.