Skip to content

Commit a86164b

Browse files
committed
fix path to custom style.css for sphinx docs
1 parent a5efb0a commit a86164b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@
7878

7979
highlight_language = "cpp"
8080

81-
def setup(app):
82-
app.add_css_file(os.path.join(app.srcdir, "_static/style.css"))
81+
html_css_files = [
82+
'style.css',
83+
]

0 commit comments

Comments
 (0)