Skip to content

Commit

Permalink
Merge pull request #28 from NottingHack/themefix2
Browse files Browse the repository at this point in the history
Theme fix attempt 2
  • Loading branch information
AaronJackson committed Jan 29, 2024
2 parents 9f4c404 + 4f215a1 commit 2d493a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,9 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_css_files = [
'custom.css'
]

def setup(app):
app.add_css_file("custom.css")

# 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

0 comments on commit 2d493a7

Please sign in to comment.