etcd/docs
Gyuho Lee be7c8fe423 docs: update "requests>=2.20.0"
To resolve the security alert https://nvd.nist.gov/vuln/detail/CVE-2018-18074.

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2018-10-29 15:00:10 -07:00
..
img docs/img: update client architecture images 2018-08-06 09:20:58 -07:00
metrics docs/metrics: add metrics outputs from patch releases 2018-10-10 15:03:37 -07:00
.gitignore docs: initial commit for architecture docs 2018-06-14 12:56:09 -07:00
Makefile docs: initial commit for architecture docs 2018-06-14 12:56:09 -07:00
README.md docs: fix README 2018-07-20 15:32:11 -07:00
client-architecture.rst docs: update links to "go.etcd.io" 2018-08-28 20:54:35 -07:00
client-feature-matrix.rst docs: update links to "go.etcd.io" 2018-08-28 20:54:35 -07:00
conf.py docs: initial commit for architecture docs 2018-06-14 12:56:09 -07:00
faq.rst docs: fix pronunciation notation 2018-08-31 07:09:46 -07:00
index.rst Merge pull request #9983 from gyuho/20180806-clientv3-docs 2018-08-07 04:28:07 -07:00
make.bat docs: initial commit for architecture docs 2018-06-14 12:56:09 -07:00
operate.rst docs/operate.rst: link latest patch releases 2018-10-10 15:03:51 -07:00
requirements.txt docs: update "requests>=2.20.0" 2018-10-29 15:00:10 -07:00
set-up.rst docs: add initial operate guide structure 2018-07-20 15:27:39 -07:00

README.md

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.