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
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ python-git-info==0.8.3
sphinxcontrib-mermaid==0.9.2
sphinx-hoverxref==1.3.0
sphinxext-rediraffe==0.2.7
git+https://github.com/FIRST-Tech-Challenge/ftcdocs-helper@main#subdirectory=linkcheckdiff
sphinx-notfound-page==1.1.0
git+https://github.com/FIRST-Tech-Challenge/ftcdocs-helper@main#subdirectory=linkcheckdiff
13 changes: 13 additions & 0 deletions docs/source/404.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. meta::
:title: Page not found
:description: The official home of FIRST Tech Challenge Documentation.
:orphan:

Page not found
==============

Unfortunately we couldn't find the content you were looking for. Try using the sidebar menu links or search box.

TensorFlow and the *FIRST* Machine Learning Toolchain content has been moved to the `FTC Docs Archive <https://ftc-docs.firstinspires.org/projects/ftcdocs-archive/en/latest/index.html>`__.


1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
'sphinxcontrib.mermaid',
'hoverxref.extension',
"sphinxext.rediraffe",
'notfound.extension',
"ftcdocs_linkcheckdiff",
]

Expand Down