Skip to content

Commit

Permalink
Introduce project property from update_pages
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Jul 11, 2023
1 parent 6b555d7 commit 1451d63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ntd2d_action/files/conffile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ def exclude_patterns(self):
def path(self):
return self.source_dir / "conf.py"

@property
def project(self):
return self.configuration.project

@property
def theme_path(self):
return self.source_dir / "_themes"
Expand Down

0 comments on commit 1451d63

Please sign in to comment.