From c40a8d5904c29046f1cbbeb998e6cd7c24f9b206 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Tue, 26 May 2020 19:14:48 +0200 Subject: sphinx: add initial build infrastructure Used sphinx-quickstart to generate top level config and Makefile.sphinx, to allow side by side DocBook and Sphinx co-existence. (From yocto-docs rev: 01dd5af7954e24552aca022917669b27bb0541ed) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 documentation/index.rst (limited to 'documentation/index.rst') diff --git a/documentation/index.rst b/documentation/index.rst new file mode 100644 index 0000000000..1470d2d5de --- /dev/null +++ b/documentation/index.rst @@ -0,0 +1,11 @@ +.. The Yocto Project documentation master file, created by + sphinx-quickstart on Mon Apr 13 09:38:33 2020. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to The Yocto Project's documentation! +============================================= + +.. toctree:: + :maxdepth: 1 + -- cgit v1.2.3-54-g00ecf