zephyr/doc/404.rst
Gerard Marull-Paretas 95d8d2cc58 doc: fix 404 page
Sphinx handling of 404 page is not that easy when using theme
customizations. Enabled the `sphinx-notfound-page` extension (maintained
by readthedocs) to fix its displaying.

Also adjusted Zephyr logo (was causing some Sphinx processing errors
when trying to scale it).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-05-19 16:48:39 -04:00

45 lines
1.1 KiB
ReStructuredText

:orphan:
.. _page-not-found:
Sorry, Page Not Found
#####################
.. image:: images/Zephyr-Kite-in-tree.png
:align: right
.. raw:: html
<noscript>
Sorry, the page you requested was not found on this site.
</noscript>
<script type="text/javaScript">
<!--
var strReferrer=document.referrer;
if (strReferrer.length > 0) {
document.write("<p>Sorry, the page you requested: " +
"<a href=\"" + strReferrer + "\">" +
strReferrer + "</a> was not found on this site.</p>");
} else {
document.write("<p>Sorry, the page you requested was not found on this site.</p>")
}
//-->
</script>
Please check the url for misspellings.
It's also possible we've removed or renamed the page you're looking for.
Please try using the navigation links on the left of this page to navigate
the major sections of our site, or use the search box.
If you got this error by following a link, please let us know by sending
us a message using this `contact us form`_, or send an email message to
info@zephyrproject.org
.. _contact us form: https://www.zephyrproject.org/contact-us/
.. raw:: html
<div style='clear:both'></div>