From f2ba0a4aa9949f6b30d60f4f7fef232021fabe4c Mon Sep 17 00:00:00 2001 From: Jeff Yang Date: Sat, 24 Oct 2020 19:10:47 +0630 Subject: [PATCH 1/2] Update setup.cfg --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 00608f0487c0..cae9c5153343 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,3 +28,5 @@ markers = distributed: mark a test with distributed option multinode_distributed: mark a test with multi-node distributed option tpu: mark a test as requiring XLA +addopts = + --color=yes From 48a57869bc0d1b4e257cc30811bd369b07914ffd Mon Sep 17 00:00:00 2001 From: ydcjeff Date: Sat, 14 Nov 2020 13:02:58 +0630 Subject: [PATCH 2/2] [docs] add ignite favicon --- docs/source/_templates/_static/img/ignite_logomark.svg | 1 + docs/source/conf.py | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 docs/source/_templates/_static/img/ignite_logomark.svg diff --git a/docs/source/_templates/_static/img/ignite_logomark.svg b/docs/source/_templates/_static/img/ignite_logomark.svg new file mode 100644 index 000000000000..bf8fb7199c83 --- /dev/null +++ b/docs/source/_templates/_static/img/ignite_logomark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index f37df4cf6ed3..1c3d89980930 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -105,6 +105,8 @@ html_logo = "_static/img/ignite_logo.svg" +html_favicon = "_templates/_static/img/ignite_logomark.svg" + # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation.