Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Jun 27, 2023
1 parent b261a23 commit de346d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maelzel/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@


def _onFirstRun():
import sys
if "sphinx" in sys.modules:
print("Building documentation...")
return

print("*** maelzel.core: first run")
from maelzel.core.presetmanager import presetManager
if '.piano' in presetManager.presetdefs:
Expand Down

0 comments on commit de346d4

Please sign in to comment.