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.
1 parent 148b102 commit e1229f0Copy full SHA for e1229f0
docs/examples/__init__.py
@@ -18,8 +18,7 @@
18
TEMPLATES = HERE.parent / "templates"
19
20
GITHUB_EXAMPLES = (
21
- "https://github.com/"
22
- "dbc-team/dash-bootstrap-components/blob/main/examples/python"
+ "https://github.com/" "dbc-team/dash-bootstrap-components/blob/main/examples/python"
23
)
24
25
INDEX_STRING_TEMPLATE = """{% extends "example.html" %}
0 commit comments