We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How to generate docs 2.0

Hi :)

I don't see any documentation/readme on how to build my own set of documentation for phalcon 2.0.

I have cloned https://github.com/phalcon/docs branch: 2.0.0



98.9k
Accepted
answer

Procedure is the same as 1.3, you have to install sphinx (https://sphinx-doc.org/index.html) and then enter inside the en/ directory and type make html

cd docs/en
make html