Skip to content

Commit

Permalink
New Website: Remove Old Content [2/3] (apache#15885)
Browse files Browse the repository at this point in the history
* Adding new website files

Co-authored-by: Thomas Delteil <[email protected]>
Co-authored-by: Aaron Markham <[email protected]>

* removing old content

Co-authored-by: Thomas Delteil <[email protected]>
Co-authored-by: Aaron Markham <[email protected]>

* add license header

* fixing links and url + css

* fixing tutorials

* exclude python_docs folder when building prod site

This allows things to coexist until a following PR deletes this file.

* license header fixes

* exclude static site from license header check

* exclude static site and sphinx theme

* exclude static_site and cpp_docs from sphinx

* add licenses and excludes

* fix headers

* restore file for legacy builds

* empty commit to trigger CI

* update submodule to correct one

* delete website check

* add placeholder website check

* add placeholder website check, for reals this time

* trigger CI

* trigger PR
  • Loading branch information
ThomasDelteil authored and larroy committed Sep 28, 2019
1 parent c034773 commit ff4e57f
Show file tree
Hide file tree
Showing 348 changed files with 803 additions and 55,565 deletions.
7 changes: 2 additions & 5 deletions ci/jenkins/Jenkinsfile_website
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,10 @@ utils.assign_node_labels(utility: 'utility', linux_cpu: 'mxnetlinux-cpu')

utils.main_wrapper(
core_logic: {
utils.parallel_stage('Build', [
custom_steps.compile_unix_cpu_openblas()
utils.parallel_stage('Placeholder', [
// Do nothing
])

utils.parallel_stage('Deploy', [
custom_steps.docs_website(),
])
}
,
failure_handler: {
Expand Down
63 changes: 0 additions & 63 deletions docs/Dockerfile

This file was deleted.

Loading

0 comments on commit ff4e57f

Please sign in to comment.