Skip to content

Commit

Permalink
Bump tensorflow-docs version (quantumlib#5250)
Browse files Browse the repository at this point in the history
  • Loading branch information
maffoo authored and tonybruguier committed Apr 19, 2022
1 parent e18996d commit 2066869
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions dev_tools/docs/build_api_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ def generate_cirq():
site_path=FLAGS.site_path,
callbacks=[public_api.local_definitions_filter, filter_unwanted_inherited_methods],
extra_docs=_doc.RECORDED_CONST_DOCS,
private_map={
# Opt to not build docs for these paths for now since they error.
"cirq.experiments": ["CrossEntropyResultDict", "GridInteractionLayer"],
"cirq.experiments.random_quantum_circuit_generation": ["GridInteractionLayer"],
},
)
doc_controls.decorate_all_class_attributes(
doc_controls.do_not_doc_inheritable, networkx.DiGraph, skip=[]
Expand Down
3 changes: 1 addition & 2 deletions dev_tools/requirements/deps/tensorflow-docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# don't upgrade this just yet, anything later will require protobuf>=3.14
tensorflow-docs@git+https://github.com/tensorflow/docs@a90bcd30eb550f8d4ee335ff3daf18de5ca84b70
tensorflow-docs@git+https://github.com/tensorflow/docs@3a6a7a3322de8620f0031ae3a0a4b62e40d1d7f2

0 comments on commit 2066869

Please sign in to comment.