From 30ba54cf5f296705271cc409c23a131cfd5a46b9 Mon Sep 17 00:00:00 2001 From: parulin <161326115+parulin@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:38:05 -0400 Subject: [PATCH] Enable nitpicky mode and fix last warning The new header in `resize-disk-image` is far from perfect but it allows us to enable nitpicky mode by default, so that any contributor is warned about missing references when building the docs. --- conf.py | 4 ++++ user/advanced-topics/resize-disk-image.rst | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index ae63fb58..e74f735d 100644 --- a/conf.py +++ b/conf.py @@ -158,3 +158,7 @@ rst_epilog = """ .. |debian-codename| replace:: bookworm .. |debian-version| replace:: 12 """ + +# -- -- Options for the nitpicky mode ---------------------------------------- + +nitpicky = True diff --git a/user/advanced-topics/resize-disk-image.rst b/user/advanced-topics/resize-disk-image.rst index 5dcdc36a..f6fee872 100644 --- a/user/advanced-topics/resize-disk-image.rst +++ b/user/advanced-topics/resize-disk-image.rst @@ -28,8 +28,8 @@ In case of template-based qubes, the private storage (the /home directory and us .. _increasing-the-size-of-disk-images-1: -Increasing the size of Disk Images -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Increasing the size of Disk Images with :program:`qvm-volume` +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^