Skip to content

Commit

Permalink
Docs: adapt to recent Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Dec 12, 2023
1 parent 74612b4 commit 8359739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8359739

Please sign in to comment.