[perfdocs] Don't use sphinx-panels for dropdown anchors
Categories
(Testing :: Performance, task, P1)
Tracking
(Not tracked)
People
(Reporter: sparky, Assigned: sparky)
References
Details
Attachments
(2 obsolete files)
This bug is for finding a new way of handling our dropdown links because the sphinx 5.3 upgrade is going to remove sphinx-panels.
Assignee | ||
Comment 1•2 years ago
|
||
This patch removes the old method which uses the sphinx-panels extension to build anchor links for our dropdown test entries. Instead, we make use of the :name:
option in the dropdown class that adds an anchor link for us and is compatible with the latest sphinx documentation.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
This patch fixes perfdocs so that it's compatible with sphinx 5.3, and sphinx-design. The biggest change is that :container:
has changed to :class-container
. The class names have also changed (prefixed with sd-
now) and this was fixed in the perfdocs_disgn.* files. The link colour was also modified to a slightly darker gray. Finally note that the sphinx_panels.* files were remaned to perfdocs_design.* to clarify their purpose as they only run on perfdocs pages.
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Is this a duplicate of bug 1824659? I see the patch in that bug made the :class-container:
changes.
Comment 4•2 years ago
|
||
(In reply to Mathew Hodson from comment #3)
Is this a duplicate of bug 1824659? I see the patch in that bug made the
:class-container:
changes.
No
Updated•1 year ago
|
Description
•