Skip to content

Commit

Permalink
Access theme_path from configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Aug 7, 2023
1 parent acf80da commit 4365243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borg_the_docs/borg_the_docs_action/borgedsphinxdocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def assimilate_theme(self, name):
"""Replace configuration directory with customized html theme."""

self.theme = TemplateHierarchy(name=name,
destination_dir=self.theme_path,
destination_dir=self.conf.theme_path,
inherited_theme=self.inherited_theme)
self.theme.write()

Expand Down

0 comments on commit 4365243

Please sign in to comment.