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

Kieran Bingham kieran.bingham at ideasonboard.com
Thu Nov 22 14:10:07 CET 2018


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

-- 
2.17.1



More information about the libcamera-devel mailing list