mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix invalid Sphinx directive in docstring
Use of `:zeek::see:..` instead of `:zeek:see:..` caused a Sphinx build failure which prevented automatic regeneration of docs.
This commit is contained in:
parent
a1aff92c1a
commit
cfd66ec6f3
1 changed files with 1 additions and 1 deletions
|
@ -2910,7 +2910,7 @@ export {
|
|||
## enabled log streams.
|
||||
##
|
||||
## In earlier Zeek releases this was governed by :zeek:see:`Threading::heartbeat_interval`.
|
||||
## For Broker, see also :zeek::see:`Broker::log_batch_interval`.
|
||||
## For Broker, see also :zeek:see:`Broker::log_batch_interval`.
|
||||
##
|
||||
## .. :zeek:see:`Log::flush`
|
||||
## .. :zeek:see:`Log::set_buf`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue