Skip to content

Commit 0452e6c

Browse files
committed
Fix documentation generation
The YAML parser used by dottydoc choked on backticks in a title.
1 parent 94f889f commit 0452e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sidebar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ sidebar:
171171
url: docs/reference/dropped-features/weak-conformance.html
172172
- title: Nonlocal Returns
173173
url: docs/reference/dropped-features/nonlocal-returns.html
174-
- title: `[this]` Qualifier
174+
- title: [this] Qualifier
175175
url: docs/reference/dropped-features/this-qualifier.html
176176
- title: Contributing
177177
subsection:

0 commit comments

Comments
 (0)