Re: How text files / documentation affect package licensing

2022-08-15 Thread Demi Marie Obenour
On 8/15/22 04:37, Vít Ondruch wrote: > > Dne 15. 08. 22 v 1:19 Demi Marie Obenour napsal(a): >> On 8/11/22 10:23, Ben Beasley wrote: >>> I don’t enjoy this topic at all, but I feel obligated to contribute some >>> relevant links. >>> >>> A previous discussion on the packaging mailing list[1] conc

Re: How text files / documentation affect package licensing

2022-08-15 Thread Vít Ondruch
Dne 15. 08. 22 v 1:19 Demi Marie Obenour napsal(a): On 8/11/22 10:23, Ben Beasley wrote: I don’t enjoy this topic at all, but I feel obligated to contribute some relevant links. A previous discussion on the packaging mailing list[1] concluded that it doesn’t seem possible to package HTML doc

Re: How text files / documentation affect package licensing

2022-08-14 Thread Demi Marie Obenour
On 8/11/22 10:23, Ben Beasley wrote: > I don’t enjoy this topic at all, but I feel obligated to contribute some > relevant links. > > A previous discussion on the packaging mailing list[1] concluded that it > doesn’t seem possible to package HTML documentation generated by almost any > system,

Re: How text files / documentation affect package licensing

2022-08-11 Thread Ben Beasley
I don’t enjoy this topic at all, but I feel obligated to contribute some relevant links. A previous discussion on the packaging mailing list[1] concluded that it doesn’t seem possible to package HTML documentation generated by almost any system, including at least Sphinx, Doxygen, and mkdocs, i

Re: How text files / documentation affect package licensing

2022-08-10 Thread Jerry James
On Wed, Aug 10, 2022 at 1:24 PM Dan Čermák wrote: > Yes, but AFAIK HTML documentation also pulls in fonts. True, although at least a couple of python-sphinx themes take pains to symlink to fonts rather than copy them (python-sphinx_rtd_theme and python-pydata-sphinx-theme come to mind). I presum

Re: How text files / documentation affect package licensing

2022-08-10 Thread Dan Čermák
On August 10, 2022 7:18:35 PM UTC, Jerry James wrote: >On Wed, Aug 10, 2022 at 12:52 PM Dan Čermák > wrote: >> I think that there's another pitfall here: if you e.g. build a HTML >> documentation, then you should (?) include the license of all the bundled >> fonts, CSS and JavaScript as well.

Re: How text files / documentation affect package licensing

2022-08-10 Thread Jerry James
On Wed, Aug 10, 2022 at 12:52 PM Dan Čermák wrote: > I think that there's another pitfall here: if you e.g. build a HTML > documentation, then you should (?) include the license of all the bundled > fonts, CSS and JavaScript as well. I'm afraid we mostly don't do this at all. Right. Documentat