| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Install the documentation dependencies:
pip install -r requirements-docs.txtOr install with the package:
pip install -e .[docs]To build the HTML documentation:
cd docs
make htmlOr directly with sphinx-build:
cd docs
sphinx-build -b html . _build/htmlThe documentation will be generated in docs/_build/html/.
To view it:
# Linux/macOS
open _build/html/index.html
# Or use a simple HTTP server
python -m http.server --directory _build/htmlThe documentation is automatically built on Read the Docs when you push to the repository.
Make sure to:
| Back | FazBrowse Home | New Git URL |