Skip to content

Commit b2ca7b2

Browse files
committed
Update gRPC protobuff defs
1 parent b78f879 commit b2ca7b2

File tree

3 files changed

+794
-36
lines changed

3 files changed

+794
-36
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515

16+
- readthedocs build failing
17+
1618
### Changed
1719

1820
- [BREAKING change](https://github.com/FrankC01/pysui/issues/313) The constructor of PysuiConfiguration no

doc/source/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
import sys
1111
import unittest.mock as mock
1212

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-
2013
sys.path.insert(0, os.path.abspath("../.."))
2114
sys.path.insert(0, os.path.abspath("../../pysui"))
2215
import pysui

0 commit comments

Comments
 (0)