Jean-François B.
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...
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...
**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...
### 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/ ###...
### Describe the bug On my display I see this  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...
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...