From 8359739429768dbd3effd7ee9ddc9f786c45560b Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Tue, 12 Dec 2023 12:20:27 +0300 Subject: [PATCH] Docs: adapt to recent Sphinx --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 50e3b105..9c850ad6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,9 +32,9 @@ extensions = ['sphinx.ext.extlinks'] extlinks = { - 'api': ('https://aantron.github.io/luv/luv/Luv/%s', None), - 'example': ('https://github.com/aantron/luv/blob/master/example/%s', ''), - 'man': ('http://man7.org/linux/man-pages/man%s.html', None) + 'api': ('https://aantron.github.io/luv/luv/Luv/%s', '%s'), + 'example': ('https://github.com/aantron/luv/blob/master/example/%s', '%s'), + 'man': ('http://man7.org/linux/man-pages/man%s.html', '%s') } # Add any paths that contain templates here, relative to this directory.