File tree Expand file tree Collapse file tree 3 files changed +794
-36
lines changed
pysui/sui/sui_grpc/suimsgs/sui/rpc/v2beta Expand file tree Collapse file tree 3 files changed +794
-36
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Fixed
15
15
16
+ - readthedocs build failing
17
+
16
18
### Changed
17
19
18
20
- [ BREAKING change] ( https://github.com/FrankC01/pysui/issues/313 ) The constructor of PysuiConfiguration no
Original file line number Diff line number Diff line change 10
10
import sys
11
11
import unittest .mock as mock
12
12
13
- # MOCK_MODULES = ["pysui_fastcrypto", "pysui-fastcrypto"]
14
- # for mod_name in MOCK_MODULES:
15
- # sys.modules[mod_name] = mock.Mock()
16
-
17
- # autodoc_mock_imports = ["pysui-fastcrypto"]
18
-
19
-
20
13
sys .path .insert (0 , os .path .abspath ("../.." ))
21
14
sys .path .insert (0 , os .path .abspath ("../../pysui" ))
22
15
import pysui
You can’t perform that action at this time.
0 commit comments