This is the official documentation for the PHPLucidFrame project
Install Python.
Install Sphinx with:
pip install -U Sphinx
Install Sphinx rtd theme with:
pip install sphinx_rtd_theme
And then try sphinx-build --version
. If it doesn't work, add sphinx-build.exe
path to the environment variables.
Generate HTML from rst files with:
make html
The generated HTML pages are in _build\html