diff options
| author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-05-26 19:14:48 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-16 18:14:07 +0100 |
| commit | 69ed72025ad48ef042bb80cdc912c8486cf635bc (patch) | |
| tree | 01e0bd54a302ee6f8e94fb377e6fb27fbae36d5d /bitbake/doc/index.rst | |
| parent | 42bbf1451ac67675de52f7dc0285b1f3bb24216b (diff) | |
| download | poky-69ed72025ad48ef042bb80cdc912c8486cf635bc.tar.gz | |
bitbake: 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.
(Bitbake rev: 84ccba0f4aff91528f764523fe1205a354c889ed)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/index.rst')
| -rw-r--r-- | bitbake/doc/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bitbake/doc/index.rst b/bitbake/doc/index.rst new file mode 100644 index 0000000000..1cc9a4d849 --- /dev/null +++ b/bitbake/doc/index.rst | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | .. The Yocto Project documentation master file, created by | ||
| 2 | sphinx-quickstart on Mon Apr 13 09:38:33 2020. | ||
| 3 | You can adapt this file completely to your liking, but it should at least | ||
| 4 | contain the root `toctree` directive. | ||
| 5 | |||
| 6 | Welcome to Bitbake documentation! | ||
| 7 | ================================= | ||
| 8 | |||
| 9 | .. toctree:: | ||
| 10 | :maxdepth: 1 | ||
| 11 | |||
