scikit-hep / pyhf

pure-Python HistFactory implementation with tensors and autodiff
https://pyhf.readthedocs.io/
Apache License 2.0
274 stars 81 forks source link

fix(backport): Use str object for jupyterlite-sphinx jupyterlite_dir config #2501

Closed meeseeksmachine closed 1 month ago

meeseeksmachine commented 1 month ago

Backport PR #2458: fix: Use str object for jupyterlite-sphinx jupyterlite_dir config

* Backport PR https://github.com/scikit-hep/pyhf/pull/2458
* To avoid warning

WARNING: The config value `jupyterlite_dir` has type `PosixPath`, defaults to `str`.

 use a str for the jupyterlite-sphinx v0.13.0+ jupyterlite_dir config
 option.