To build automatic documentation, it is recommended to install the following dependencies:
pip install .[docs]
Documentation files should be located in the docs/ directory. Build documentation into HTML pages is done as follows:
python -m sphinx -T -E -W -b html -d docs/_build/doctrees -D language=en docs/source docs/_build
After building, the documentation can be checked locally, the main built page
docs/_build/index.htmlcan be opened in the browser.