There was an error while loading. Please reload this page.
1 parent ca82c1f commit cbfcc8bCopy full SHA for cbfcc8b
.gitignore
@@ -45,7 +45,6 @@ pip-log.txt
45
46
# Built documentation
47
docs/_build
48
-bigquery/docs/generated
49
docs.metadata
50
51
# Virtual environment
test_utils/scripts/update_docs.sh
@@ -24,7 +24,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
24
# Function to build the docs.
25
function build_docs {
26
rm -rf docs/_build/
27
- rm -f docs/bigquery/generated/*.rst
28
# -W -> warnings as errors
29
# -T -> show full traceback on exception
30
# -N -> no color
0 commit comments