#17608 closed enhancement (fixed)

sphinx_rtd_theme-1.2.0 (Python module)

Reported by: Bruce Dubbs Owned by: pierre
Priority: normal Milestone: 11.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New miinor version.

Change History (4)

comment:1 by pierre, 17 months ago

Owner: changed from blfs-book to pierre
Status: newassigned

comment:2 by pierre, 17 months ago

1.2.0

Dependency changes

  • docutils 0.18 is supported. (#1381)
  • Sphinx 6 support added
  • Added sphinxcontrib-jquery as a dependency (#1385 #1421)
  • Python 3.11 is officially supported and tested. (#1395)
  • Python 3.4 and 3.5 are officially not supported (#1395)

Changes

  • Automatically use sphinxcontrib-jquery in Sphinx 6+ (#1399)
  • Use new context vars logo_url, favicon_url and root_doc when available (#1405)
  • Translations updated: French, Hungarian, Croatian
  • Translations added: Danish, Chinese (Taiwan)

Note for users of Sphinx<4

If you cannot use a more recent Sphinx release, you should at least ensure you are using the most recent release for your major version. Currently, these are Sphinx 1.8.6 and 2.4.5. Older releases may install unsupported versions of several dependencies, including Jinja2 and docutils.

Known issues

In some cases, jQuery is not loaded with Sphinx 6 on Read the Docs. Workaround: You need to add sphinx_rtd_theme to extensions in your conf.py. See readthedocs.org issue #9654 for updates.

comment:3 by pierre, 17 months ago

There is a new dependency sphinxcontrib.jquery. The most recent version is 3.0.0, but it is explicitly rejected, so we have to use the 2.0.0 version.

comment:4 by pierre, 17 months ago

Resolution: fixed
Status: assignedclosed

sphinxcontrib.jquery added at 84c1565502, and fixed at bff9f953

Note: See TracTickets for help on using tickets.