Skip to content

Commit 0ccb0b8

Browse files
authored
Merge pull request #843 from roboflow/doc/urls-relative-fix
docs(fix): πŸžπŸ“ relative path fix for mike
2 parents cdd88da + e3c9ea5 commit 0ccb0b8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

β€Ždocs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### 0.18.0 <small>January 25, 2024</small>
22

3-
- Added [#633](https://github.com/roboflow/supervision/pull/720): [`sv.PercentageBarAnnotator`](0.18.0/annotators.md/#percentagebarannotator) allowing to annotate images and videos with percentage values representing confidence or other custom property.
3+
- Added [#633](https://github.com/roboflow/supervision/pull/720): [`sv.PercentageBarAnnotator`](0.18.0/annotators/#percentagebarannotator) allowing to annotate images and videos with percentage values representing confidence or other custom property.
44

55
```python
66
>>> import supervision as sv

β€Žmkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ markdown_extensions:
135135
emoji_index: !!python/name:material.extensions.emoji.twemoji
136136
emoji_generator: !!python/name:material.extensions.emoji.to_svg
137137
- pymdownx.snippets:
138-
base_path: [!relative $config_dir]
139138
check_paths: true
140139

141140
extra_javascript:

0 commit comments

Comments
Β (0)