All of lore.kernel.org
 help / color / mirror / Atom feed
* [maintainer-tools PATCH] doc: tell sphinx we don't have any static files
@ 2017-08-16  7:47 Jani Nikula
  0 siblings, 0 replies; only message in thread
From: Jani Nikula @ 2017-08-16  7:47 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

We don't have any static files to copy over, so comment out the config
option about it. Silences warning:

WARNING: html_static_path entry '/home/jani/src/maintainer-tools/_static' does not exist

Cc: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index 385c2aa8ff66..c2e1b14bf36a 100644
--- a/conf.py
+++ b/conf.py
@@ -153,7 +153,7 @@ html_theme = 'sphinx_rtd_theme'
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+# html_static_path = ['_static']
 
 # Add any extra paths that contain custom files (such as robots.txt or
 # .htaccess) here, relative to this directory. These files are copied
-- 
2.11.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-16  7:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-16  7:47 [maintainer-tools PATCH] doc: tell sphinx we don't have any static files Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.