mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 00:13:52 +01:00
README.md: some documentation on how to build the docs
This commit is contained in:
parent
ae4b12c9ba
commit
000c8b4186
@ -68,3 +68,12 @@ variables and types are often named *dataset* when they in fact refer to a *file
|
|||||||
There will not be a big refactoring (an attempt was made, but it's destroying too much history without much gain).
|
There will not be a big refactoring (an attempt was made, but it's destroying too much history without much gain).
|
||||||
|
|
||||||
However, new contributions & patches should fix naming without further notice in the commit message.
|
However, new contributions & patches should fix naming without further notice in the commit message.
|
||||||
|
|
||||||
|
### Building `docs`
|
||||||
|
|
||||||
|
```
|
||||||
|
cd docs
|
||||||
|
pip install sphinx sphinx-rtd-theme
|
||||||
|
make clean html
|
||||||
|
xdg-open _build/html/index.html
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user