conda-forge package seems to be lagging behind
Describe the bug
I'm using a Conda environment to develop one of my projects and I use the conda-forge channel by default.
The sphinx-book-theme package is available there, but only v0.2.0.
I don't know if Conda packaging is done by you, sorry if this question is irrelevant; but is it something expected, or is there something wrong with the Conda package build?
Reproduce the bug
Simply go to https://anaconda.org/conda-forge/sphinx-book-theme
or search for the package
conda search --channel conda-forge sphinx-book-theme
List your environment
No response
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
This is handled over in the conda-forge repo https://github.com/conda-forge/sphinx-book-theme-feedstock.
This PR has been opened to update: https://github.com/conda-forge/sphinx-book-theme-feedstock/pull/25
They get out of sync when certain packaging details change substantially, in this case the new build backend which is ... complicated for conda to consume.
@-mention me, if you see issues around sphinx-theme-builder! I see that the PR has been merged, so I guess you figured it out?
@bollwyvl I just updated to v0.3.2 using Conda, so I think it's solved. Thanks a lot!
I'm closing this one as I think it's resolved! If others are interested in helping us make releases on conda-forge, please do reach out because we'd love the help!