Build documentation¶
This guide covers how to build the Redsun documentation locally.
Prerequisites¶
Make sure you have installed redsun with development dependencies.
Build with Zensical¶
Build the documentation from the project root:
The built documentation will be in the site/ directory. You can serve the documentation locally via:
This starts a local server at http://localhost:8000 and automatically rebuilds when you make changes.
Troubleshooting¶
Missing dependencies¶
If you get errors about missing dependencies:
Port already in use¶
If port 8000 is already in use, specify a different port:
Next steps¶
- Learn how to run tests
- Read about Redsun's architecture