James Knight

Results 19 issues of 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...

extensions
type:proposal

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...

pending next release

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...

enhancement
epic
available next release

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...

available next release

Python packages may have a large version set supported. For example: ![image](https://github.com/badgen/badgen.net/assets/1834509/c238db1d-d05d-4a5e-b870-cc5530448246) 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...

configuration

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...

epic