We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57aaac2 + c000669 commit a5efb0aCopy full SHA for a5efb0a
2 files changed
docs/source/style.css docs/source/_static/style.cssdocs/source/style.css renamed to docs/source/_static/style.css
docs/source/conf.py
@@ -79,5 +79,4 @@
79
highlight_language = "cpp"
80
81
def setup(app):
82
- print(os.path.join(app.srcdir, "style.css"))
83
- app.add_css_file(os.path.join(app.srcdir, "style.css"))
+ app.add_css_file(os.path.join(app.srcdir, "_static/style.css"))
0 commit comments