mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
development.rst: Add sphinx_rtd_theme to the sphinx install command
It’s used by default, so install it as well.
This commit is contained in:
parent
b055bb025f
commit
4f9f25db02
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ The documentation (in reStructuredText format, .rst) is in docs/.
|
||||||
|
|
||||||
To build the html version of it, you need to have sphinx installed::
|
To build the html version of it, you need to have sphinx installed::
|
||||||
|
|
||||||
pip3 install sphinx # important: this will install sphinx with Python 3
|
pip3 install sphinx sphinx_rtd_theme # important: this will install sphinx with Python 3
|
||||||
|
|
||||||
Now run::
|
Now run::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue