holoviz-dev / nbsite

Build a tested, sphinx-based website from notebooks
https://nbsite.pyviz.org
BSD 3-Clause "New" or "Revised" License
28 stars 14 forks source link

Compatibility with the latest Pydata Sphinx Theme and more upstreaming #223

Closed maximlt closed 1 year ago

maximlt commented 2 years ago

I would like nbsite to pre-configure as much possible the conf.py and provide the templates and CSS required so that there's no more copy/pasting across the HoloViz projects. If a project isn't satisfied with the pre-configuration, it can still override it in conf.py. Actually this is an opt-in mechanism, you have to write something like html_static_path += ['folder'] to inherit from the pre-configuration provided by nbsite.

Draft for now as I'd like things in Panel to settle a little bit before I upstream them to nbsite.

philippjfr commented 1 year ago

Superseded by various recent PRs.