aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-09-07 13:00:54 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-09-07 13:00:54 -0400
commitee4d29c39b7fc5f14b23214e84bc6acd4b73a7fb (patch)
treeeb2062dc7329ce1a7ad09c4fa91fcd6c190d0a80
parentdcb1e99bce3edf0e80c1643124a2a93286a7043e (diff)
downloadb4-ee4d29c39b7fc5f14b23214e84bc6acd4b73a7fb.tar.gz
docs: create sphinx docs stub
The goal is to build it via github/rtd integration, so get a stub going so we can test that setup. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--docs/conf.py8
-rw-r--r--docs/index.rst4
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
new file mode 100644
index 0000000..d86e5a2
--- /dev/null
+++ b/docs/conf.py
@@ -0,0 +1,8 @@
+project = 'B4 Enduser Docs'
+copyright = '2019-2022, The Linux Foundation and contributors'
+author = 'Kernel.org'
+templates_path = ['_templates']
+html_theme = 'sphinx_rtd_theme'
+# Don't highlight by default
+highlight_language = 'none'
+master_doc = 'index'
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000..9ed049d
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,4 @@
+B4 enduser documentation
+------------------------
+
+Stub.