Skip to content

Commit

Permalink
fixes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibe committed Nov 27, 2019
1 parent a3f42c9 commit 0394588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/fake__soundfile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Mock module for Sphinx autodoc."""

import ctypes
import ctypes.util

# Monkey-patch ctypes to disable searching for libsndfile
ctypes.util.find_library = lambda _: NotImplemented
Expand Down

0 comments on commit 0394588

Please sign in to comment.