Skip to content

Commit 45b9afb

Browse files
authored
Bump tensorflow-docs version (#5250)
1 parent 0243555 commit 45b9afb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

dev_tools/docs/build_api_docs.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@ def generate_cirq():
9595
site_path=FLAGS.site_path,
9696
callbacks=[public_api.local_definitions_filter, filter_unwanted_inherited_methods],
9797
extra_docs=_doc.RECORDED_CONST_DOCS,
98-
private_map={
99-
# Opt to not build docs for these paths for now since they error.
100-
"cirq.experiments": ["CrossEntropyResultDict", "GridInteractionLayer"],
101-
"cirq.experiments.random_quantum_circuit_generation": ["GridInteractionLayer"],
102-
},
10398
)
10499
doc_controls.decorate_all_class_attributes(
105100
doc_controls.do_not_doc_inheritable, networkx.DiGraph, skip=[]
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# don't upgrade this just yet, anything later will require protobuf>=3.14
2-
tensorflow-docs@git+https://github.com/tensorflow/docs@a90bcd30eb550f8d4ee335ff3daf18de5ca84b70
1+
tensorflow-docs@git+https://github.com/tensorflow/docs@3a6a7a3322de8620f0031ae3a0a4b62e40d1d7f2

0 commit comments

Comments
 (0)