From ddc6ce61db4eb05b417daf468864f67e94cbc898 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 8 May 2025 03:43:43 +0200 Subject: [PATCH] docs: fix linting issues https://github.com/sphinx-doc/sphinx/issues/3921 --- docs/howto-develop.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto-develop.rst b/docs/howto-develop.rst index acdc7bd..108740a 100644 --- a/docs/howto-develop.rst +++ b/docs/howto-develop.rst @@ -10,7 +10,7 @@ Run NixOS tests --------------- To run the test suite, you need to enable `Nix Flakes -`_. +`__. You can then run the testsuite via @@ -37,7 +37,7 @@ For the syntax, see the `RST/Sphinx primer `_. To build the documentation, you need to enable `Nix Flakes -`_. +`__. ::