We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a001bc4 commit 585d41bCopy full SHA for 585d41b
1 file changed
docs/conf.py
@@ -18,7 +18,7 @@
18
import sys
19
from unittest import mock
20
21
-MOCK_MODULES = ['sqlwhat.grammar.plsql.ast']
+MOCK_MODULES = ['sqlwhat.grammar.plsql.ast', 'sqlwhat', 'sqlwhat.sct_syntax']
22
for mod_name in MOCK_MODULES:
23
sys.modules[mod_name] = mock.Mock()
24
0 commit comments