File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,19 @@ if [[ "$OUTDIR" == "" ]]; then
8282fi
8383
8484TITLE=" Firebase Python SDK for Cloud Functions"
85- PY_MODULES=' firebase_functions firebase_functions.core firebase_functions.https_fn firebase_functions.params firebase_functions.db_fn firebase_functions.options firebase_functions.pubsub_fn firebase_functions.storage_fn'
86- DEVSITE_PATH=' /docs/reference/functions-python'
85+ PY_MODULES=' firebase_functions
86+ firebase_functions.core
87+ firebase_functions.db_fn
88+ firebase_functions.https_fn
89+ firebase_functions.options
90+ firebase_functions.params
91+ firebase_functions.pubsub_fn
92+ firebase_functions.remote_config_fn
93+ firebase_functions.scheduler_fn
94+ firebase_functions.storage_fn
95+ firebase_functions.tasks_fn
96+ firebase_functions.test_lab_fn'
97+ DEVSITE_PATH=' /docs/reference/functions/2nd-gen/python'
8798
8899#
89100# Set up temporary project
143154
144155echo Building HTML...
145156echo " $PYTHONPATH "
146- PYTHONPATH=" $PYTHONPATH " " $SPHINXBIN " -W -b html . _build/
157+ PYTHONPATH=" $PYTHONPATH " " $SPHINXBIN " -W -v - b html . _build/
147158if [ " $? " -ne 0 ]; then
148159 exit 1
149160fi
You can’t perform that action at this time.
0 commit comments