Skip to content

Commit

Permalink
chore: log
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 11, 2024
1 parent 958a120 commit ee5083f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sphinx_ape/sphinx_ext/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ def setup(app: Sphinx):

# Configure the HTML workings.
static_dir = Path(__file__).parent.parent.parent / "_static"

# Logging to DEBUG problems when this doesn't work in CI/CD.
logger.info(f"STATIC DIRECTORY: {static_dir}")

app.config.html_theme = "shibuya"
app.config.html_favicon = str(static_dir / "favicon.ico")
app.config.html_baseurl = package_name
Expand Down

0 comments on commit ee5083f

Please sign in to comment.