We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5aff8a commit e3cb2d3Copy full SHA for e3cb2d3
1 file changed
docs/conf.py
@@ -262,6 +262,12 @@
262
"https://xyzservices.readthedocs.io/en/latest/",
263
"https://xyzservices.readthedocs.io/en/latest/objects.inv",
264
),
265
+ "branca": (
266
+ "https://python-visualization.github.io/branca/",
267
+ "https://python-visualization.github.io/branca/objects.inv",
268
+ ),
269
+}
270
+
271
autodoc_default_options = {
272
'members': True,
273
'undoc-members': True,
0 commit comments