Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 341 Bytes

documentation.rst

File metadata and controls

10 lines (6 loc) · 341 Bytes

Documentation

To locally generate and preview documentation run the following command in the project root folder:

$ poetry run sphinx-build ./docs ./docs/_build

If the build of the documentation is successful, you can preview the documentation in the docs/_build folder by clicking the index.html file.