From af5afe20c2295ccff6c7580741fac89f61ed23d3 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 16 Mar 2024 16:41:17 +0100 Subject: [PATCH] Enable Sphinx man_show_urls config URLs are not rendered in our man pages. Let's tell Sphinx to include links in the output until https://github.com/sphinx-doc/sphinx/pull/12108 is widely available. --- doc_src/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc_src/conf.py b/doc_src/conf.py index 7473de8c3..081979458 100644 --- a/doc_src/conf.py +++ b/doc_src/conf.py @@ -178,6 +178,8 @@ def get_command_description(path, name): # Unbreak it (#7996) man_make_section_directory = False +man_show_urls = True + # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [