Skip to content

Commit

Permalink
fix: RTD compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Dec 17, 2024
1 parent 6beacde commit ac42758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import datetime
import os
import pathlib
import sys
from importlib import metadata

Expand Down Expand Up @@ -40,4 +41,4 @@
}
htmlhelp_basename = "jinja-autodoc-doc"

jinja_template_path = "doc/"
jinja_template_path = str(pathlib.Path(__file__).parent.resolve())

0 comments on commit ac42758

Please sign in to comment.