From 46b7ea9660914fc40e76fd075efdd0c58a5519b5 Mon Sep 17 00:00:00 2001 From: Damian Loewnau Date: Thu, 20 Jun 2024 16:33:44 +0200 Subject: [PATCH] update README.md JIRA: CI-418 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..b33c4eab --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# phoenix-rtos-doc + +The full documentation can be found on . + +This repository contains all the necessary files needed to build +Phoenix-RTOS Documentation using [https://github.com/sphinx-doc/sphinx](sphinx). + +It can be done using the following command: + +```console +make clean html +``` + +The artifacts will be available in `_build` directory.