Re: NodeJS help: updating python-pydata-sphinx-theme

2022-04-13 Thread Demi Marie Obenour
On 4/11/22 17:45, Sandro Mani wrote: > Facing a similar situation a while ago, it was suggested to use a script > like [1] to prepare an offline cache of all dependencies, and point yarn > to that folder in the package spec. Other example is pgadmin4 [2]. > > Sandro That only works if that folde

Re: NodeJS help: updating python-pydata-sphinx-theme

2022-04-11 Thread Jerry James
On Mon, Apr 11, 2022 at 3:45 PM Sandro Mani wrote: > Facing a similar situation a while ago, it was suggested to use a script > like [1] to prepare an offline cache of all dependencies, and point yarn > to that folder in the package spec. Other example is pgadmin4 [2]. > > Sandro > > [1] https://s

Re: NodeJS help: updating python-pydata-sphinx-theme

2022-04-11 Thread Sandro Mani
Facing a similar situation a while ago, it was suggested to use a script like [1] to prepare an offline cache of all dependencies, and point yarn to that folder in the package spec. Other example is pgadmin4 [2]. Sandro [1] https://src.fedoraproject.org/rpms/qgis/blob/rawhide/f/prepare_vendor.

NodeJS help: updating python-pydata-sphinx-theme

2022-04-11 Thread Jerry James
The latest version of python-networkx requires version 0.8 or later of python-pydata-sphinx-theme to build its documentation. That version of python-pydata-sphinx-theme needs 3 new python packages, which I can handle, but it also comes with a new requirement: using node to build the theme files (C