mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add RTD yaml config file
This commit is contained in:
parent
879f327d4b
commit
eb1e598460
3 changed files with 6 additions and 2 deletions
4
.readthedocs.yml
Normal file
4
.readthedocs.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
formats: []
|
||||
|
||||
python:
|
||||
version: 3
|
|
@ -1 +1 @@
|
|||
Subproject commit e60dbc60c3cbc602da84052f61e43da36d81de2d
|
||||
Subproject commit 4808c07314ced57ac38364ff60647cbc33e853b6
|
|
@ -182,7 +182,7 @@ html_title = u'Zeek User Manual v' + release
|
|||
#html_file_suffix = None
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'bro-doc'
|
||||
htmlhelp_basename = 'zeek-docs'
|
||||
|
||||
# -- Options for LaTeX output --------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue