Documentation¶
To serve the documentation locally, you need to:
-
Install the dependencies
pip install "sereto[docs]"
-
Start a local client
mkdocs serve
-
Open the URL presented in the terminal as the output of the previous command, typically http://127.0.0.1:8000.