Skip to content

Commit 55fee8e

Browse files
suppress ref warnings
1 parent f15dbe6 commit 55fee8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
('py:class','json.encoder.JSONEncoder'), # I don't understand why it can't find it
109109
('py:class','Response'),
110110
('py:class','Request'),
111+
('py:class','_io.BytesIO'),
112+
('py:class','sasctl.utils.pymas.ds2.Ds2Variable'), # not sure what is wrong
111113
('py:class','sasctl._services.service.Service') # should the Service class be documented?
112114
]
113115

0 commit comments

Comments
 (0)