The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/5087

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
The documentation of LXD is converted and published on readthedocs.org.
In this conversion, mkdocs is used. When this conversion, mkdocs uses
"mkdocs" theme by default.

With the mkdocs theme, the menu at the top of each page is too large,
and contents of a page will be hidden.

So add mkdocs.yml, and set it to use the "readthedocs" theme. Current
configuration is minium.

Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
From f99d0d2b165b73588189bda202d9516c6027f07a Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <ka...@jazz.email.ne.jp>
Date: Sat, 29 Sep 2018 18:28:08 +0900
Subject: [PATCH] doc: Add configuration for readthedocs

The documentation of LXD is converted and published on readthedocs.org.
In this conversion, mkdocs is used. When this conversion, mkdocs uses
"mkdocs" theme by default.

With the mkdocs theme, the menu at the top of each page is too large,
and contents of a page will be hidden.

So add mkdocs.yml, and set it to use the "readthedocs" theme. Current
configuration is minium.

Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
---
 mkdocs.yml | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 mkdocs.yml

diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000000..0809fca9d6
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,2 @@
+site_name: "LXD - system container manager"
+theme: readthedocs
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to