Opened 5 months ago
Closed 5 months ago
#20577 closed enhancement (fixed)
sphinxcontrib-htmlhelp-2.1.0
Reported by: | Douglas R. Reno | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version
I'm trying to build Sphinx 8.1.3 right now and am getting the following error:
- renodr [ /sources/sphinx-8.1.3 ]$ sudo pip3 install --no-index --find-links=dist --no-cache-dir --no-user sphinx
- Looking in links: dist
- Processing ./dist/sphinx-8.1.3-py3-none-any.whl
- Requirement already satisfied: sphinxcontrib-applehelp>=1.0.7 in /usr/lib/python3.13/site-packages (from sphinx) (2.0.0)
- Requirement already satisfied: sphinxcontrib-devhelp>=1.0.6 in /usr/lib/python3.13/site-packages (from sphinx) (2.0.0)
- INFO: pip is looking at multiple versions of sphinx to determine which version is compatible with other requirements. This could take a while.
- ERROR: Could not find a version that satisfies the requirement sphinxcontrib-htmlhelp>=2.0.6 (from sphinx) (from versions: none)
- ERROR: No matching distribution found for sphinxcontrib-htmlhelp>=2.0.6
It looks like sphinxcontrib-htmlhelp-2.1.0 is out which fixes this issue.
Change History (3)
comment:1 by , 5 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 months ago
comment:3 by , 5 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
4428073390 Upgrade to sphinxcontrib_htmlhelp-2.1.0 (Python module). 8c2b0f831c Upgrade to mpg123-1.32.8.
Note:
See TracTickets
for help on using tickets.
Release 2.1.0 (2024-07-28)
And of course they changed the tarball name from sphinxcontrib-htmlhelp to sphinxcontrib_htmlhelp (hyphen to underscore).