Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly specify the source path to a logo to copy_asset_file (#1746)
I think this fixes #1385, I think that bug report is expecting to be able to pass a logo in the docs/_static directory but according to the docs here: https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/branding.html#different-logos-for-light-and-dark-mode the path should be relative to conf.py. I think the actual bug is that we were not passing the correct source to the sphinx copy function which exits silently (for some reason) if the source does not exist.
- Loading branch information