Jean-François B.

Results 70 issues of Jean-François B.

Since Sphinx 1.7 (https://github.com/sphinx-doc/sphinx/commit/b78f3090a05f38fb3beb14f7e716f1b26a2ff253), themes are expected to provide a sidebars value in theme.conf. Currently alabaster does not and as it is used by default by Sphinx, this means default...

enhancement

This transfers here development from #6666 to continue it and merge with #6671. - [x] revamp initial work of @sephalon in #6666 for compatibility with current Sphinx LaTeX and to...

enhancement
latex

**Is your feature request related to a problem? Please describe.** With such kind of input: ```rst .. code-block:: :class: red crucial 1+1 ``` the HTML output will contain ```html 1+1...

type:enhancement

### Describe the bug I don't see "Next" or "Previous" links allowing to navigate in an exhaustive way throughout our documentation at https://www.sphinx-doc.org/en/master/ ### How to Reproduce Visit https://www.sphinx-doc.org/en/master/ ###...

bug

### Describe the bug On my display I see this ![Capture d’écran 2022-07-20 à 21 33 02](https://user-images.githubusercontent.com/2589111/180067047-c718018b-fa16-4f78-b72a-e1fb14464de1.png) on visiting https://www.sphinx-doc.org/en/master/usage/configuration.html ### How to Reproduce Visit https://www.sphinx-doc.org/en/master/usage/configuration.html with master at least...

bug
docs

Fix #656 I hesitated between leaving comments inside the LATEX_PREAMBLE or rather move them out as Python comments. In the end I dif leave a latex comment about `\nbsphinxincludegraphics` but...

relates https://github.com/spatialaudio/nbsphinx/pull/657#issuecomment-1206279663

Following instructions of CONTRIBUTING.rst to build the documentation (as a test) in LaTeX then PDF, I get this build breaking error from `make nbsphinx.pdf` in the latex build directory: ```...

## Description Investigating some issue with polyglossia I am confused by log file: it says ``` Package fontspec Info: Font family 'STIXTwoText(1)' created for font (fontspec) 'STIXTwoText' with options (fontspec)...

People have used `\mathbf{\Gamma}` mark-up in legacy TeX, or even `{\bf\Gamma}`. This works ok with the default LaTeX fonts and pdfLaTeX. When one switches say to xelatex with fontspec one...