Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

New Website: Remove Old Content [2/3] #15885

Merged
merged 26 commits into from
Sep 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
98ccaf6
Adding new website files
ThomasDelteil Aug 13, 2019
2133725
removing old content
ThomasDelteil Aug 14, 2019
7d0775e
add license header
aaronmarkham Aug 16, 2019
d3aa299
fixing links and url + css
ThomasDelteil Aug 19, 2019
aa0fc9c
fixing tutorials
ThomasDelteil Aug 19, 2019
3c4e7fe
exclude python_docs folder when building prod site
aaronmarkham Sep 3, 2019
b637131
license header fixes
aaronmarkham Sep 3, 2019
9932104
Merge pull request #12 from ThomasDelteil/new_website_new_docs_licens…
aaronmarkham Sep 3, 2019
750bd7d
exclude static site from license header check
aaronmarkham Sep 4, 2019
aa74a30
exclude static site and sphinx theme
aaronmarkham Sep 4, 2019
bc2e747
exclude static_site and cpp_docs from sphinx
aaronmarkham Sep 4, 2019
a7e87ca
add licenses and excludes
aaronmarkham Sep 5, 2019
b453d9f
Merge pull request #13 from aaronmarkham/new_website_new_docs_rat_patch
aaronmarkham Sep 5, 2019
f96a168
adding license headers (to be removed)
ThomasDelteil Sep 11, 2019
2329472
fix headers
aaronmarkham Sep 11, 2019
08c7372
restore file for legacy builds
aaronmarkham Sep 11, 2019
2b8430c
merge the conflicts
ThomasDelteil Sep 12, 2019
53baee2
empty commit to trigger CI
ThomasDelteil Sep 13, 2019
78a33a9
update submodule to correct one
ThomasDelteil Sep 13, 2019
73f987f
delete website check
aaronmarkham Sep 13, 2019
17dc4b8
add placeholder website check
aaronmarkham Sep 14, 2019
4338d6a
add placeholder website check, for reals this time
aaronmarkham Sep 14, 2019
4ac4ad6
fix merge conflict
aaronmarkham Sep 17, 2019
6d1ebd8
Merge branch 'ThomasDelteil-new_website_delete_content' into new_webs…
aaronmarkham Sep 17, 2019
671a2d8
trigger CI
ThomasDelteil Sep 17, 2019
23a0878
trigger PR
ThomasDelteil Sep 18, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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