On Mon, May 18, 2020 at 07:42:26PM -0000, GitLab Bridge on behalf of jeremycline wrote: > From: Jeremy Cline <jcline@xxxxxxxxxx> > > There are no static files at this time. I don't know the first thing > about CSS and rely on my elders and betters to make the documentation > look presentable. Configuring a static directory also generates a Sphinx > warning when it isn't present (which it isn't on clean checkouts because > it's empty) so just remove it. > > Signed-off-by: Jeremy Cline <jcline@xxxxxxxxxx> > --- > redhat/docs/conf.py | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/redhat/docs/conf.py b/redhat/docs/conf.py > index b5e60902cd65..d873a31d984d 100644 > --- a/redhat/docs/conf.py > +++ b/redhat/docs/conf.py > @@ -40,8 +40,3 @@ html_theme_options = { > "show_related": True, > "sidebar_collapse": True, > } > - > -# 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"] I assume you will update the gitlab-ci.yml file in kernel-ark-ci next? Acked-by: Don Zickus <dzickus@xxxxxxxxxx> > -- > 2.26.2 > _______________________________________________ > kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx