Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@

def setup(app):
#app.add_javascript("custom.js")
app.add_stylesheet("css/main.css")
app.add_stylesheet("css/pdf/ospdf.style")
app.add_css_file("css/main.css")
app.add_css_file("css/pdf/ospdf.style")

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down