File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,18 @@ if [[ "$OUTDIR" == "" ]]; then
82
82
fi
83
83
84
84
TITLE=" 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'
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'
86
97
DEVSITE_PATH=' /docs/reference/functions/2nd-gen/python'
87
98
88
99
#
143
154
144
155
echo Building HTML...
145
156
echo " $PYTHONPATH "
146
- PYTHONPATH=" $PYTHONPATH " " $SPHINXBIN " -W -b html . _build/
157
+ PYTHONPATH=" $PYTHONPATH " " $SPHINXBIN " -W -v - b html . _build/
147
158
if [ " $? " -ne 0 ]; then
148
159
exit 1
149
160
fi
You can’t perform that action at this time.
0 commit comments