Skip to content

Commit

Permalink
Restore Sphinx creation
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Oct 4, 2023
1 parent b20f2ec commit 865b01b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ntd2d/ntd2d_action/sphinxdocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ def inherited_theme(self):

@property
def stylesheet(self):
app = Sphinx(srcdir=self.source_dir,
confdir=self.source_dir,
outdir=self.build_dir,
doctreedir=self.build_dir / "doctrees",
buildername="html")

return f"{self.inherited_theme}.css"

def assimilate_theme(self, name, insert_header_footer=True):
Expand Down

0 comments on commit 865b01b

Please sign in to comment.