Skip to content

Commit

Permalink
disable fuzzy links
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Feb 29, 2024
1 parent dd84be0 commit 35d883e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"substitution",
]

myst_linkify_fuzzy_links = False

# The suffix of source filenames.
source_suffix = ['.md']

Expand Down
2 changes: 1 addition & 1 deletion docs/source/howto/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ handler.root_topic = "myprogram"
```

Python loggers also have loglevels. The base topic of messages emitted by the PUBHandler
will be of the form: `<handler.root_topic>.<loglevel>`, e.g. 'myprogram.INFO' or
will be of the form: `<handler.root_topic>.<loglevel>`, e.g. `myprogram.INFO` or
'whatever.ERROR'. This way, subscribers can easily subscribe to subsets of the logging
messages. Log messages are always two-part, where the first part is the topic tree, and
the second part is the actual log message.
Expand Down

0 comments on commit 35d883e

Please sign in to comment.