Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 631 Bytes

README.rst

File metadata and controls

45 lines (22 loc) · 631 Bytes

Get started

Clone

git clone https://github.com/linagora/twake-doc-fr

cd twake-doc-fr

python3 pip install requirement.txt

# edit files inside docs/source/

Build locally

cd docs

make -b html

python3 -m sphinx source build

# open docs/build/html/index.html

Template for the Read the Docs tutorial

This GitHub template includes fictional Python library with some basic Sphinx docs.

Read the tutorial here:

https://docs.readthedocs.io/en/stable/tutorial/