Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 612 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 612 Bytes

PHPLucidFrame Documentation

This is the official documentation for the PHPLucidFrame project

Installation Requirement for Contribution

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