docs/README: Update doc build dependency.

The docs were changed in c304046384 to
require sphinx_rtd_theme.

Signed-off-by: Jos Verlinde <Jos_Verlinde@hotmail.com>
This commit is contained in:
Jos Verlinde
2025-09-25 12:15:16 +02:00
committed by Damien George
parent 2a03ade02c
commit 74270df9ac

View File

@@ -13,8 +13,7 @@ Building the documentation locally
If you're making changes to the documentation, you may want to build the
documentation locally so that you can preview your changes.
Install Sphinx, and optionally (for the RTD-styling), sphinx_rtd_theme,
preferably in a virtualenv:
Install Sphinx and sphinx_rtd_theme, preferably in a virtualenv:
pip install sphinx
pip install sphinx_rtd_theme