We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4732d50 + cc7eca2 commit 84b660cCopy full SHA for 84b660c
AUTHORS.rst
@@ -9,7 +9,7 @@ Authors
9
* Marc Abramowitz - \http://marc-abramowitz.com
10
* Thomas Kluyver - https://github.com/takluyver
11
* Guillaume Ayoub - http://www.yabz.fr
12
-* Federico Ceratto - http://firelet.net
+* Federico Ceratto - \http://firelet.net
13
* Josh Kalderimis - \http://blog.cookiestack.com
14
* Ionel Cristian Mărieș - https://blog.ionelmc.ro
15
* Christian Ledermann - https://github.com/cleder
docs/conf.py
@@ -39,6 +39,10 @@
39
html_split_index = False
40
html_short_title = f'{project}-{version}'
41
42
+linkcheck_anchors_ignore_for_url = [
43
+ r'^https?://(www\.)?github\.com/.*',
44
+]
45
+
46
napoleon_use_ivar = True
47
napoleon_use_rtype = False
48
napoleon_use_param = False
0 commit comments