Results 131 issues of James Addison

**🤔Type of Request** - [x] **Bug fix** - [ ] **New feature** - [ ] **Improvement** - [ ] **Documentation** - [ ] **Other** **🔗Resolves an issue?** Fix #7171. **📝Changelog**...

This pull request includes a - [ ] Bug fix - [x] New feature - [ ] Translation The following changes were made - Prepares support for jQuery 4.0.0 by...

### Feature or Bugfix - Bugfix - Refactoring ### Purpose - This is a follow-up to #12474 to resolve [some](https://github.com/sphinx-doc/sphinx/pull/12474#issuecomment-2294873020) [quirks](https://github.com/sphinx-doc/sphinx/pull/12474#issuecomment-2306687131) observed there. - Removes the default 'unicode white square'...

html search

### Feature or Bugfix - Refactoring ### Purpose - Adjust the type hint for the `scoring` argument to the `IndexBuilder` ### Detail - Currently we have test coverage that provides...

builder:html
internals:config
internals:typing

### Describe the bug The [Sphinx `glossary` directive](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#glossary) has a feature that allows for entries to have 'grouping keys' -- essentially a way to declare that a definition within the...

type:bug
builder:html

### Feature or Bugfix - Feature ### Purpose - Allows projects to modify the filename that the JavaScript search index file is written to. ### Detail - Add a `html_search_filename`...

html search
priority:low
python

### Feature or Bugfix - Bugfix ### Purpose - Even when a `SOURCE_DATE_EPOCH` reproducible build timestamp is configured, I do not think that Sphinx should attempt automated substitution of constantly-declared...

type:proposal
internals:config

### Feature or Bugfix - Bugfix ### Purpose - Implements a suggestion from [previous discussion here](https://github.com/sphinx-doc/sphinx/issues/12613#issuecomment-2236846759). ### Detail - At inventory-serialization-time, emit a warning-severity log message when two or more...

extensions:intersphinx

### Feature or Bugfix - Bugfix ### Purpose - ~~Allow downstream projects to opt-out of copyright year substitution using a configuration setting.~~ - Reduce the number of cases where substitution...

type:proposal
internals:config

This is intended primarily to resolve a problem with `singlehtml` documentation projects when viewed on narrow (typically mobile) displays. Under those circumstances, the `.current` CSS selector does not match any...