Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/deploy-docs-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
default: https://github.com/ocaml/opam-repository.git

- name: Build Mathcomp Analysis
run: opam install -y --deps-only . && opam exec -- make -j 4

- name: Install Rocqnavi
run: opam install -y rocq-navi.0.3.1
run: opam install -y --deps-only . --with-doc && opam exec -- make -j 4

- name: Generate Documents
run: opam exec -- make html
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
default: https://github.com/ocaml/opam-repository.git

- name: Build Mathcomp Analysis
run: opam install -y --deps-only . && opam exec -- make -j 4

- name: Install Rocqnavi
run: opam install -y rocq-navi.0.3.1
run: opam install -y --deps-only . --with-doc && opam exec -- make -j 4

- name: Generate Documents
run: |
Expand Down
1 change: 1 addition & 0 deletions rocq-mathcomp-analysis.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ depends: [
"rocq-mathcomp-solvable"
"rocq-mathcomp-field"
"rocq-mathcomp-bigenough" { (>= "1.0.0") }
"rocq-navi" {= "0.4.1" & with-doc}
]

conflicts: [ "coq-mathcomp-analysis" { < "1.16~" } ]
Expand Down
Loading