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-env
Then activate your environment:
source sdk-docs-env/bin/activate
Finally install the following dependencies by running this command:
pip install -r requirements.txt
To run the website on your machine, execute the following command:
mkdocs serve
Run this URL http://127.0.0.1:8000/navitia_sdk_docs/
in your browser.