mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-10 07:08:08 -05:00
Add 404 page (#1933)
* Add 404 page Only build htmlzip format for docs * Add homepage link to 404 page
This commit is contained in:
5
docs/404.md
Normal file
5
docs/404.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# 404 Page Not Found
|
||||
|
||||
Page could not be found.
|
||||
|
||||
Return to [home](index) or please use the links from the sidebar to find what you are looking for.
|
||||
@@ -4,10 +4,6 @@
|
||||
# list see the documentation:
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html
|
||||
|
||||
import shutil
|
||||
shutil.copy2('../CHANGELOG.md','./')
|
||||
shutil.copy2('../RELEASE.md','./')
|
||||
|
||||
from rocm_docs import ROCmDocs
|
||||
|
||||
docs_core = ROCmDocs("ROCm Documentation")
|
||||
|
||||
Reference in New Issue
Block a user