Skip to content

Commit

Permalink
fix: update the css file
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Aug 21, 2024
1 parent 0887335 commit 32964cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyos_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def setup(app):
app.connect("builder-inited", update_config)
app.config.templates_path.append(str(TEMPLATE_PATH))
# app.connect("html-page-context", redirect_from_html_to_dirhtml)
# app.add_css_file("static/styles/pyos-sphinx-theme.css")
app.add_css_file("static/styles/pyos-sphinx-theme.css")
# app.add_js_file("static/scripts/matomo.js")
app.add_css_file(
"https://fonts.googleapis.com/css2?family=Itim&family=Poppins:wght@400;700&family=Work+Sans:wght@400;700"
Expand Down

0 comments on commit 32964cc

Please sign in to comment.