-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement a custom 404 page
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
orphan: true | ||
--- | ||
|
||
# 404 - Page not found | ||
|
||
- If this occurred after switching language or AAPS documentation version, just go back to the main menu and resume browsing. Not all pages are present in all translations and versions. | ||
- If you were following a link, please copy the URL and note the link position or name. | ||
**Report the broken link**, please, using the easiest method for you: | ||
- [Discord](https://discord.com/channels/629952586895851530/817392867995680768) | ||
- [Facebook](https://www.facebook.com/groups/AndroidAPSUsers) | ||
- [GitHub](https://github.com/openaps/AndroidAPSdocs/issues) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,7 @@ | |
'sphinx.ext.todo', | ||
'myst_parser', | ||
'sphinx_togglebutton', | ||
'notfound.extension', | ||
# 'alabaster', | ||
] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ sphinx_rtd_theme==1.2.0 | |
sphinx-togglebutton | ||
myst_parser==0.18.1 | ||
urllib3==1.26.19 | ||
sphinx-notfound-page==1.0.4 |