Jean-François B.

Results 133 comments of Jean-François B.

For example, the following at top of `theme.conf`: ``` [theme] inherit = basic stylesheet = alabaster.css pygments_style = alabaster.support.Alabaster sidebars = about.html, navigation.html, relations.html, searchbox.html, donate.html ``` where I followed...

I do not understand: - when moving to source (where `conf.py` and `Makefile` are), `make -f Makefile html` works for me with current Makefile, already - if I rename Makefile...

Hmm it seems this may solve it: ```diff diff --git a/sphinx/templates/quickstart/Makefile.new_t b/sphinx/templates/quickstart/Makefile.new_t index 1a527578b..5d5985d3b 100644 --- a/sphinx/templates/quickstart/Makefile.new_t +++ b/sphinx/templates/quickstart/Makefile.new_t @@ -12,10 +12,10 @@ BUILDDIR = {{ rbuilddir }} help: @$(SPHINXBUILD)...

cf https://www.gnu.org/software/make/manual/make.html#Last-Resort

I think problems are to be expected from `make -f` if the make is not executed from same directory as where Makefile resides, correct way is `make -C` then. (cf...

This appears to be an `autodoc` question. Indeed there is no capitalization when not in a docstring. ![Capture d’écran 2022-08-04 à 19 02 38](https://user-images.githubusercontent.com/2589111/182909241-6a74cb37-0a45-4e5b-b20a-052ffbb88dcc.png) where the screenshot was using ``'classic'``...

Memo: https://github.com/sphinx-doc/sphinx/pull/10759/commits/bb859c669679baebd8cc8d10c99382478c0d1647 probably closes #8220 as it makes mention of ``rst-class`` more prominent and links to it.

In order to illustrate the effect of this PR I am adding here snapshots from our own document, using: ``` latex_table_style = ['booktabs', 'colorrows'] ``` and the default colours activated...

The latest (now squashed) commits in this PR fix some issues with merged cells which were not yet documented as such: when a tabularcolumns directive uses no `|`, nevertheless merged...

again one of those transient test_build_linkcheck.py failures... https://github.com/sphinx-doc/sphinx/runs/7821615851?check_suite_focus=true which are not related to this PR...