Skip to content

Commit

Permalink
disable importing rpyxet when doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
seanses committed Jan 13, 2024
1 parent fd7a21d commit 0d798be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/pyxet/pyxet/file_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
from concurrent.futures import ThreadPoolExecutor
from fnmatch import fnmatch
from collections import namedtuple
from .rpyxet import rpyxet

if 'SPHINX_BUILD' not in os.environ:
from .rpyxet import rpyxet

import fsspec

Expand Down

0 comments on commit 0d798be

Please sign in to comment.