mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
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.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user