mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-28 17:46:53 -04:00
Merge pull request #5867 from FelixSchwarz/1.1-maint
docs: replace deprecated function ".add_stylesheet()" for Sphinx 4 compatibility
This commit is contained in:
commit
0af0a444b7
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ def set_rst_settings(app):
|
|||
|
||||
|
||||
def setup(app):
|
||||
app.add_stylesheet('css/borg.css')
|
||||
app.add_css_file('css/borg.css')
|
||||
app.connect('builder-inited', set_rst_settings)
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
|
|
|
|||
Loading…
Reference in a new issue