File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,19 @@ 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'
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'
87
98
88
99
#
89
100
# Set up temporary project
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