sphinx icon indicating copy to clipboard operation
sphinx copied to clipboard

The Sphinx documentation generator

Results 596 sphinx issues
Sort by recently updated
recently updated
newest added

I feel fairly strongly that this repo should use some sort of pep8-compliant auto-formatter to enforce a common code formatting style. There are loads of advantages to using an auto-formatter...

type:enhancement

### Describe the bug with `latex_elements = {"preamble": r"\setmainfont{Symbola}"}` we have beautiful B&W emoji in xelatex generated PDF content but not on titles and not on code. ### How to...

type:question
builder:latex

[``sphinx.ext.collapse``](https://sphinx--10532.org.readthedocs.build/en/10532/usage/extensions/collapse.html) adds support for [collapsible content](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) in HTML. ### Feature or Bugfix - Feature ### Purpose - There have been several requests for support of ``, and it is a...

type:enhancement

**Is your feature request related to a problem? Please describe.** I just spent way too long being confused by what the difference between `.. code::` and `.. code-block::` were, which...

type:docs
good first issue
easy

> I think we should just remove the recommendation about the bundled package and rather suggest using `pip` in the first place. _Originally posted by @picnixz in https://github.com/sphinx-doc/sphinx/issues/12239#issuecomment-2058509129_

LibreJS (https://www.gnu.org/software/librejs/) is a plug-in that check if the Java-Script is free software before running it. Sphinx generates Java-Script that is free software, but LibreJS cannot see that, and therefore...

type:enhancement
good first issue
easy

Subject: Add metadata to Annotated types ### Feature or Bugfix - Feature ### Purpose This adds metadata to `Annotated` types. ### Detail - - ### Relates Fixes https://github.com/sphinx-doc/sphinx/issues/11773

### Feature or Bugfix - Bugfix ### Purpose - Improve robustness during anchor-checks, when the `linkcheck` decodes response content. - Begin to add more validation of parsed HTML. ### Detail...

### Problem - If my sphinx documentation contains multiple links with anchors to a web page with multiple anchors, it will download the page multiple times, once per anchor to...

type:proposal
builder:linkcheck
type:performance