meson/docs
Xavier Claessens b3a35f92b4
Merge pull request #4006 from xclaesse/fatal-warnings
Add --fatal-meson-warnings command line option
2018-09-05 10:36:42 -04:00
..
images docs: Expand section on how to install Python3 and Meson 2018-06-03 18:59:24 +00:00
markdown Merge pull request #4006 from xclaesse/fatal-warnings 2018-09-05 10:36:42 -04:00
theme/extra hotdoc: Add documentation 2018-08-28 18:18:40 -03:00
README.md docs: Use meson to build documentation 2018-08-28 18:18:40 -03:00
meson.build docs: Use meson to build documentation 2018-08-28 18:18:40 -03:00
sitemap.txt hotdoc: Add documentation 2018-08-28 18:18:40 -03:00

README.md

Building the documentation

  1. Get hotdoc (0.8.9 required)

  2. Run hotdoc in the docs/ directory:

    ../meson/meson.py build/

Upload

We are using the git-upload hotdoc plugin which basically removes the html pages and replaces with the new content.

You can simply run:

ninja -C build/ upload