[libcamera-devel,0/3] sphinx-documentation and initial CI

Message ID 20181122131010.22085-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • sphinx-documentation and initial CI
Related show

Message

Kieran Bingham Nov. 22, 2018, 1:10 p.m. UTC
Introduce the sphinx-doc build integration and initial content.
Gitlab CI is introduced to automatically test the build and generation
of the documentation.

Kieran Bingham (3):
  test: Register the initialisation test with meson
  CI: Provide initial automated testing
  Documentation: Introduce sphinx documentation

 .gitlab-ci.yml            |  14 +++
 Documentation/Makefile    |  19 +++++
 Documentation/conf.py     | 173 ++++++++++++++++++++++++++++++++++++++
 Documentation/hacking.rst |  42 +++++++++
 Documentation/index.rst   |  36 ++++++++
 Documentation/meson.build |  20 +++++
 meson.build               |   6 ++
 test/meson.build          |   2 +
 8 files changed, 312 insertions(+)
 create mode 100644 .gitlab-ci.yml
 create mode 100644 Documentation/Makefile
 create mode 100644 Documentation/conf.py
 create mode 100644 Documentation/hacking.rst
 create mode 100644 Documentation/index.rst
 create mode 100644 Documentation/meson.build