Skip to content

Commit

Permalink
Still checkout latexout branch
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Nov 20, 2020
1 parent 1847428 commit 773d07c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
script:
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Pkg.add("DynamicPolynomials");
Pkg.add(PackageSpec(url="https://github.com/blegat/Documenter.jl", rev="latexout"));
Pkg.develop(PackageSpec(path=pwd()))'
- julia --project=docs/ docs/make.jl
after_success: skip
Expand Down
3 changes: 0 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ CSDP = "0a46da34-8e4b-519e-b418-48813639ff34"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
SumOfSquares = "4b9e565b-77fc-50a5-a571-1244f986bda1"

[compat]
Documenter = "0.25.4"

2 comments on commit 773d07c

@blegat
Copy link
Member Author

@blegat blegat commented on 773d07c Dec 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/25686

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.3 -m "<description of version>" 773d07c36c0dcb2271ccb1dab3bbf3a11aff7684
git push origin v0.4.3

Please sign in to comment.