Skip to content

Files

Latest commit

 

History

History
19 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 371 Bytes

etcd Documentation

This is official etcd documentation.

Please visit https://etcd.readthedocs.io/en/latest for latest builds.

Install and build

# https://docs.readthedocs.io/en/latest/getting_started.html
pip install sphinx sphinx-autobuild
pip install sphinx_rtd_theme

make help
make html

And open _build/html/index.html file for preview.