diff options
author | Tom Rini <trini@konsulko.com> | 2025-05-07 16:08:17 -0600 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-05-11 12:52:56 +0200 |
commit | be2bdfd0199f37fed0ce19f90840f79d185e20d1 (patch) | |
tree | bc2aefe74eb6e8e0bd032835a6c747d5f8e136c8 /doc/sphinx | |
parent | 2865a8590f29c20a64cf0ba986f697d9973ed963 (diff) |
doc: Start improving our pytest documentation
Begin the work of documenting all of our pytests. To do this, we should
have a directory under develop for it as there will be a large number of
new files. As the current document is referenced externally in a number
of locations, add the sphinx_reredirects module so that we can redirect
from the old location to the new.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/sphinx')
-rw-r--r-- | doc/sphinx/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index 13e0327c0f6..12c5772684d 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -15,6 +15,7 @@ six==1.16.0 snowballstemmer==2.2.0 Sphinx==8.1.3 sphinx-prompt==1.9.0 +sphinx-reredirects==0.1.5 sphinx-rtd-theme==3.0.1 sphinxcontrib-applehelp==2.0.0 sphinxcontrib-devhelp==2.0.0 |