Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
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
2 changes: 1 addition & 1 deletion docs/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/

// timeout in minutes
max_time = 60
max_time = 120

node('restricted-mxnetlinux-cpu') {
// Loading the utilities requires a node context unfortunately
Expand Down
2 changes: 1 addition & 1 deletion docs/Jenkinsfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/

// timeout in minutes
max_time = 60
max_time = 120

node('mxnetlinux-cpu') {
// Loading the utilities requires a node context unfortunately
Expand Down
30 changes: 30 additions & 0 deletions docs/settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,56 @@ doxygen_docs = 1
r_docs = 0
scala_docs = 1

[document_sets_v1.2.0]
clojure_docs = 1
doxygen_docs = 1
r_docs = 0
scala_docs = 1

[document_sets_1.1.0]
clojure_docs = 0
doxygen_docs = 1
r_docs = 0
scala_docs = 0

[document_sets_v1.1.0]
clojure_docs = 0
doxygen_docs = 1
r_docs = 0
scala_docs = 0

[document_sets_1.0.0]
clojure_docs = 0
doxygen_docs = 1
r_docs = 0
scala_docs = 0

[document_sets_v1.0.0]
clojure_docs = 0
doxygen_docs = 1
r_docs = 0
scala_docs = 0

[document_sets_0.12.0]
clojure_docs = 0
doxygen_docs = 1
r_docs = 0
scala_docs = 0

[document_sets_v0.12.0]
clojure_docs = 0
doxygen_docs = 1
r_docs = 0
scala_docs = 0

[document_sets_0.11.0]
clojure_docs = 0
doxygen_docs = 1
r_docs = 0
scala_docs = 0

[document_sets_v0.11.0]
clojure_docs = 0
doxygen_docs = 1
r_docs = 0
scala_docs = 0