[PATCH 0/6] Some Sphinx improvements

marcandre.lureau@redhat.com posted 6 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211008220620.1488179-1-marcandre.lureau@redhat.com
There is a newer version of this series
docs/conf.py                  |  7 ++++++-
docs/meson.build              | 10 ----------
docs/sphinx-static/custom.js  |  9 +++++++++
docs/sphinx/depfile.py        | 19 +++++++++++++++++--
tests/qapi-schema/meson.build |  5 ++++-
5 files changed, 36 insertions(+), 14 deletions(-)
create mode 100644 docs/sphinx-static/custom.js
[PATCH 0/6] Some Sphinx improvements
Posted by marcandre.lureau@redhat.com 2 years, 6 months ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

I have collected a few Sphinx-related improvements to improve depfile generation
and add some keyboard navigation. Hope you'll like it.

Marc-André Lureau (6):
  docs/sphinx: add loaded modules to generated depfile
  docs/sphinx: add static files to generated depfile
  docs/sphinx: add templates files to generated depfile
  meson: remove explicit extensions dependency file list
  docs/sphinx: set navigation_with_keys=True
  docs/sphinx: add 's' keyboard binding to focus search

 docs/conf.py                  |  7 ++++++-
 docs/meson.build              | 10 ----------
 docs/sphinx-static/custom.js  |  9 +++++++++
 docs/sphinx/depfile.py        | 19 +++++++++++++++++--
 tests/qapi-schema/meson.build |  5 ++++-
 5 files changed, 36 insertions(+), 14 deletions(-)
 create mode 100644 docs/sphinx-static/custom.js

-- 
2.33.0.721.g106298f7f9