mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[#1560] add_css_file for sphinx >= v4
This commit is contained in:
@@ -238,6 +238,6 @@ def run_generate_docs(_):
|
|||||||
|
|
||||||
# custom setup hook
|
# custom setup hook
|
||||||
def setup(app):
|
def setup(app):
|
||||||
app.add_stylesheet('kea.css')
|
app.add_css_file('kea.css')
|
||||||
|
|
||||||
app.connect('builder-inited', run_generate_docs)
|
app.connect('builder-inited', run_generate_docs)
|
||||||
|
Reference in New Issue
Block a user