Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 368 Bytes

Contributing.rst

File metadata and controls

17 lines (11 loc) · 368 Bytes

Contribute

Generating locally the documentation

# Install sphinx-build and related packages
pip install .[docs]

# cd to the docs directory
cd docs

# Generate the docs
sphinx-build -T -W --keep-going -b html -d _build/doctrees -c ./source -D language=en ./source _build/html