Skip to content

Commit bc90ffa

Browse files
Alexander ShraerGoogle-ML-Automation
authored andcommitted
Comment out run_apidoc call in Sphinx conf.py
PiperOrigin-RevId: 859380759
1 parent 40b8f0c commit bc90ffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@ def run_apidoc(_):
191191

192192
# Connect the apidoc generation to the Sphinx build process
193193
def setup(app):
194-
run_apidoc(None)
194+
# run_apidoc(None)
195195
print("running:", app)
196196
# app.connect("builder-inited", run_apidoc)

0 commit comments

Comments
 (0)