[pbs-devel] [PATCH docs] move custom.css from 'docs/' to 'docs/_static/'

Dylan Whyte d.whyte at proxmox.com
Mon Sep 14 08:40:34 CEST 2020


Oh yeah, it seems you're right.. I was using sphinx-build directly when
testing all this and didn't think to check how the Makefile actually 
manages things.. my bad..

Thanks for pointing that out!
Dylan

> On 11.09.2020 16:21 Dietmar Maurer <dietmar at proxmox.com> wrote:
> 
>  
> I think _static is dynamically allocated.
> 
> also, the Makefile contains:
> 
> 	cp custom.css $(BUILDDIR)/html/_static/
> 
> confused!?
> 
> > On 09/11/2020 4:08 PM Dylan Whyte <d.whyte at proxmox.com> wrote:
> > 
> >  
> > conf.py sets the variable html_static_path to a folder
> > named '_static'. This is where sphinx searches for custom
> > stylesheets, so before this change, custom.css had no effect.
> > 
> > Signed-off-by: Dylan Whyte <d.whyte at proxmox.com>
> > ---
> >  docs/{ => _static}/custom.css | 0
> >  1 file changed, 0 insertions(+), 0 deletions(-)
> >  rename docs/{ => _static}/custom.css (100%)
> > 
> > diff --git a/docs/custom.css b/docs/_static/custom.css
> > similarity index 100%
> > rename from docs/custom.css
> > rename to docs/_static/custom.css
> > -- 
> > 2.20.1
> > 
> > 
> > 
> > _______________________________________________
> > pbs-devel mailing list
> > pbs-devel at lists.proxmox.com
> > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel





More information about the pbs-devel mailing list