Skip to content

Commit e751399

Browse files
committed
Merge branch 'main' of https://github.com/invertase/firebase-functions-python2 into identity
2 parents 3fa2676 + 0f497ce commit e751399

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

Diff for: docs/generate.sh

+14-3
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,19 @@ if [[ "$OUTDIR" == "" ]]; then
8282
fi
8383

8484
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'
8798

8899
#
89100
# Set up temporary project
@@ -143,7 +154,7 @@ done
143154

144155
echo Building HTML...
145156
echo "$PYTHONPATH"
146-
PYTHONPATH="$PYTHONPATH" "$SPHINXBIN" -W -b html . _build/
157+
PYTHONPATH="$PYTHONPATH" "$SPHINXBIN" -W -v -b html . _build/
147158
if [ "$?" -ne 0 ]; then
148159
exit 1
149160
fi

0 commit comments

Comments
 (0)