Skip to content

Commit c000669

Browse files
committed
put style.css where sphinx can find it
1 parent 57aaac2 commit c000669

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,4 @@
7979
highlight_language = "cpp"
8080

8181
def setup(app):
82-
print(os.path.join(app.srcdir, "style.css"))
83-
app.add_css_file(os.path.join(app.srcdir, "style.css"))
82+
app.add_css_file(os.path.join(app.srcdir, "_static/style.css"))

0 commit comments

Comments
 (0)