From: Dietmar Maurer <dietmar@proxmox.com>
To: Proxmox Backup Server development discussion
<pbs-devel@lists.proxmox.com>, Dylan Whyte <d.whyte@proxmox.com>
Subject: Re: [pbs-devel] [PATCH docs] move custom.css from 'docs/' to 'docs/_static/'
Date: Fri, 11 Sep 2020 16:21:56 +0200 (CEST) [thread overview]
Message-ID: <1612959834.1463.1599834117011@webmail.proxmox.com> (raw)
In-Reply-To: <20200911140817.19368-1-d.whyte@proxmox.com>
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@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@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@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
next prev parent reply other threads:[~2020-09-11 14:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-11 14:08 Dylan Whyte
2020-09-11 14:21 ` Dietmar Maurer [this message]
2020-09-14 6:40 ` Dylan Whyte
2020-09-14 7:32 ` Thomas Lamprecht
2020-09-14 7:51 ` Dylan Whyte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1612959834.1463.1599834117011@webmail.proxmox.com \
--to=dietmar@proxmox.com \
--cc=d.whyte@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.