Skip to content

Commit

Permalink
update templates path
Browse files Browse the repository at this point in the history
  • Loading branch information
claromes committed Jun 18, 2024
1 parent 1e685e7 commit d359702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"sphinx_autodoc_typehints",
]

templates_path = ["docs/_templates"]
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
autodoc_typehints = "description"

Expand Down

0 comments on commit d359702

Please sign in to comment.