From 806a3fd4d5d49c48116c9704d92d76cc2f5fb9d5 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Wed, 1 Mar 2023 19:45:53 +0100 Subject: doc: Convert build documentation to sphinx These build instructions are mostly based on `Documentation/building.md` and the wiki. There are some `.. todo::` sections still present in the documentation. They will be completed later. For some of the todos content needs to be written, some others require custom sphinx-plugins to be implemented. The `.. todo::` sections are only visible in the source, not in the rendered html. Change-Id: I96771e98b313a6d26dd2be940ff37998d4124324 Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/73359 Reviewed-by: Alexander Goncharov Reviewed-by: Edward O'Callaghan Reviewed-by: Anastasia Klimchuk Tested-by: build bot (Jenkins) --- doc/dev_guide/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/dev_guide/index.rst (limited to 'doc/dev_guide/index.rst') diff --git a/doc/dev_guide/index.rst b/doc/dev_guide/index.rst new file mode 100644 index 00000000..9c6c0b15 --- /dev/null +++ b/doc/dev_guide/index.rst @@ -0,0 +1,7 @@ +Developers documentation +======================== + +.. toctree:: + :maxdepth: 1 + + building_from_source \ No newline at end of file -- cgit v1.2.3