[U-Boot] [PATCH 1/2] doc: Add .gitignore for the Sphinx build output directory

With Sphinx documentation moving from Documentation directory to doc directory, we missed updating .gitignore for the Sphinx build output directory.
Signed-off-by: Bin Meng bmeng.cn@gmail.com ---
Documentation/.gitignore | 1 - doc/.gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 doc/.gitignore
diff --git a/Documentation/.gitignore b/Documentation/.gitignore index e74fec8..0d20b64 100644 --- a/Documentation/.gitignore +++ b/Documentation/.gitignore @@ -1,2 +1 @@ -output *.pyc diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..53752db --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1 @@ +output

Now we have a logo for U-Boot, we can include it in the Sphinx html doc.
Signed-off-by: Bin Meng bmeng.cn@gmail.com ---
doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/conf.py b/doc/conf.py index 168c313..0772fb6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -170,7 +170,7 @@ except ImportError:
# The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = '../tools/logos/u-boot_logo.svg'
# The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

On Tue, Jul 16, 2019 at 09:39:20AM -0700, Bin Meng wrote:
Now we have a logo for U-Boot, we can include it in the Sphinx html doc.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot/master, thanks!

On Wed, Jul 17, 2019 at 12:39 AM Bin Meng bmeng.cn@gmail.com wrote:
With Sphinx documentation moving from Documentation directory to doc directory, we missed updating .gitignore for the Sphinx build output directory.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Documentation/.gitignore | 1 - doc/.gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 doc/.gitignore
ping?

On Tue, Jul 16, 2019 at 09:39:19AM -0700, Bin Meng wrote:
With Sphinx documentation moving from Documentation directory to doc directory, we missed updating .gitignore for the Sphinx build output directory.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini