Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sphinx version in sync with the conda package
Keep sphinx version in sync with the conda package https://github.com/conda-forge/sphinx-click-feedstock
- Loading branch information
0e089e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tried to install
sphinx-click
extension, but as latest release of this extension is2.3.0
whilesphinx
is now in version2.2.1
,pip
refuses to install.--> could you please release this commit to PYPI ? Thanks !
(I could just write
pip install sphinx-click --force
for my local machine, however this is not going to work on Gitlab-CI.)0e089e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you mixing up
sphinx
andsphinx-click
? They're different packages with different versions.0e089e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, I'm indeed trying to install
sphinx-click
so thatsphinx
can use it.In Pypi, the versions are currently as follows:
sphinx
version is2.2.1
sphinx-click
is2.3.0
, and requiressphinx>=1.5,<2.2
Which means that
pip
will refuse to installsphinx-click
. I want to install from Pypi directly, so that I can embed these packages in Gitlab CI/CD, where tuning packages repos is no fun.Therefore, I kindly request a release of current commit, so that everything becomes easier :)
(I should have commented on parent commit 55633c1 to make my request clearer, sorry)
0e089e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha. Tag
2.3.1
pushed. Travis should have the release done in the next few minutes.