Skip to content

Commit a5efb0a

Browse files
authored
Merge pull request NVIDIA#1587 from ericniebler/docs-static-style-css
put style.css where sphinx can find it
2 parents 57aaac2 + c000669 commit a5efb0a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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)