Skip to content

Commit 773d07c

Browse files
committed
Still checkout latexout branch
1 parent 1847428 commit 773d07c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
script:
1717
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
1818
Pkg.add("DynamicPolynomials");
19+
Pkg.add(PackageSpec(url="https://github.com/blegat/Documenter.jl", rev="latexout"));
1920
Pkg.develop(PackageSpec(path=pwd()))'
2021
- julia --project=docs/ docs/make.jl
2122
after_success: skip

docs/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ CSDP = "0a46da34-8e4b-519e-b418-48813639ff34"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
55
SumOfSquares = "4b9e565b-77fc-50a5-a571-1244f986bda1"
6-
7-
[compat]
8-
Documenter = "0.25.4"

0 commit comments

Comments
 (0)