Skip to content

Commit fac1c4b

Browse files
committed
Exclude cirq-rigetti when searching for doctests
cirq_rigetti is deprecated and does not define doctests anyway. Avoid having to install cirq-rigetti for doctests.
1 parent 295cb65 commit fac1c4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev_tools/docs/run_doctest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def main():
230230
excluded = [
231231
'cirq-google/cirq_google/api/',
232232
'cirq-google/cirq_google/cloud/',
233+
'cirq-rigetti/',
233234
'cirq-web/cirq_ts/node_modules/',
234235
]
235236
file_names = [

0 commit comments

Comments
 (0)