We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1847428 commit 773d07cCopy full SHA for 773d07c
.travis.yml
@@ -16,6 +16,7 @@ jobs:
16
script:
17
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
18
Pkg.add("DynamicPolynomials");
19
+ Pkg.add(PackageSpec(url="https://github.com/blegat/Documenter.jl", rev="latexout"));
20
Pkg.develop(PackageSpec(path=pwd()))'
21
- julia --project=docs/ docs/make.jl
22
after_success: skip
docs/Project.toml
@@ -3,6 +3,3 @@ CSDP = "0a46da34-8e4b-519e-b418-48813639ff34"
3
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
5
SumOfSquares = "4b9e565b-77fc-50a5-a571-1244f986bda1"
6
-
7
-[compat]
8
-Documenter = "0.25.4"
0 commit comments