mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-12-14 23:45:07 -05:00
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.
This commit is contained in:
parent
d02ba45697
commit
30ba54cf5f
2 changed files with 6 additions and 2 deletions
4
conf.py
4
conf.py
|
|
@ -158,3 +158,7 @@ rst_epilog = """
|
|||
.. |debian-codename| replace:: bookworm
|
||||
.. |debian-version| replace:: 12
|
||||
"""
|
||||
|
||||
# -- -- Options for the nitpicky mode ----------------------------------------
|
||||
|
||||
nitpicky = True
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue