James Knight
James Knight
Attempting to use isort to style in the following manner: - Individual imports on their own line. - No sections; sort everything in alphabetical order but still respecting `__future__` imports....
### Feature or Bugfix - Feature ### Purpose The original `sphinx.ext.linkcode` extension will only include references into a doctree for `html` builders. Custom builders who would like to handle linkcode...
As of Sphinx v5.1.0, this extension may fail to load for a user's environment with the following error: ``` Running Sphinx v5.1.0 Exception occurred: File ".\sphinx\registry.py", line 169, in create_builder...
The following issue will track the state of supporting "Editor v2" with this extension (Confluence's newer look-and-feel viewer). # History When Atlassian started to introduce support for the ADF format...
Changes made in this extension attempt to minimize any impact from updates on existing setups. A lot has changed over the years and there are two adjustments planned to better...
Python packages may have a large version set supported. For example:  It may be nice to identify a range for packages that define a sequence of versions. For example...
When processing translations in Sphinx, after Sphinx's i8n transform replaces parts of a document with a translation, a document is processed a message at a time through the MyST-parser. For...
If a document has more than one TOC tree directive and no other headings on the page, an empty "Contents" section is rendered in the sidebar. Adjusting the hide-toc logic...
Providing support for Confluence Cloud REST v2 APIs. - This moves the API path prefix logic from a `Rest` class into a `Publisher` class. - Introduces a new configuration option...
At the time of writing, it has been over a year since Atlassian releases an initial REST API v2 for Confluence. This extension should be taking steps to support the...