The documentation about Navitia SDK modules for iOS and Android is accessible through this link
First set up a virtual environment by the following commands:
python -m venv sdk-docs-envThen activate your environment:
source sdk-docs-env/bin/activateFinally install the following dependencies by running this command:
pip install -r requirements.txtTo run the website on your machine, execute the following command:
mkdocs serveRun this URL http://127.0.0.1:8000/navitia_sdk_docs/ in your browser.