diff --git a/AUTHORS.rst b/AUTHORS.rst index 81e0b8e6..6df96cc7 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -9,7 +9,7 @@ Authors * Marc Abramowitz - \http://marc-abramowitz.com * Thomas Kluyver - https://github.com/takluyver * Guillaume Ayoub - http://www.yabz.fr -* Federico Ceratto - http://firelet.net +* Federico Ceratto - \http://firelet.net * Josh Kalderimis - \http://blog.cookiestack.com * Ionel Cristian Mărieș - https://blog.ionelmc.ro * Christian Ledermann - https://github.com/cleder diff --git a/docs/conf.py b/docs/conf.py index 0c054b29..4363a76b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,6 +39,10 @@ html_split_index = False html_short_title = f'{project}-{version}' +linkcheck_anchors_ignore_for_url = [ + r'^https?://(www\.)?github\.com/.*', +] + napoleon_use_ivar = True napoleon_use_rtype = False napoleon_use_param = False