sphinx-book-theme icon indicating copy to clipboard operation
sphinx-book-theme copied to clipboard

conda-forge package seems to be lagging behind

Open leroyvn opened this issue 3 years ago • 4 comments

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

leroyvn avatar Mar 29 '22 07:03 leroyvn

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:

welcome[bot] avatar Mar 29 '22 07:03 welcome[bot]

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.

bollwyvl avatar Apr 05 '22 12:04 bollwyvl

@-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?

pradyunsg avatar Apr 05 '22 16:04 pradyunsg

@bollwyvl I just updated to v0.3.2 using Conda, so I think it's solved. Thanks a lot!

leroyvn avatar Apr 05 '22 17:04 leroyvn

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!

choldgraf avatar Feb 08 '23 14:02 choldgraf