diff options
| author | Nishanth Menon <[email protected]> | 2023-08-24 10:40:35 -0500 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-08-27 08:21:08 +0200 |
| commit | 1cfcc2298fc6c1d661db2f7b5110e2c63e0ef756 (patch) | |
| tree | 370ea8f15d4337d9e6fe44b84ce0a0957080decb /doc/sphinx | |
| parent | 96c4fec7019a3c5d4410c01d2f5ecbc6a547dc81 (diff) | |
doc: sphinx: Add sphinx-prompt
Sphinx-prompt[1] helps bring-in '.. prompt::' option that allows a
better rendered documentation, yet be able to copy paste without
picking up the prompt from rendered documentation.
[1] https://lore.kernel.org/all/[email protected]/
Suggested-by: Mattijs Korpershoek <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
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 4f411f78d03..6ccbe527ee7 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -15,6 +15,7 @@ requests==2.31.0 six==1.16.0 snowballstemmer==2.2.0 Sphinx==3.4.3 +sphinx-prompt==1.5.0 sphinx-rtd-theme==1.0.0 sphinxcontrib-applehelp==1.0.2 sphinxcontrib-devhelp==1.0.2 |
