Documentation for conan C/C++ package manager. https://conan.io
Built and served by readthedocs:
-
Install python and pip docs.
-
Install the requirements (sphinx):
$ pip install -r requirements.txt
-
Build the documentation:
$ make html
Open a browser and select the _build/html/index.html file. E.j:
$ firefox _build/html/index.html
Fork this repository and open a Pull Request.