Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: Remove stray bigquery lines (#138)
  • Loading branch information
c24t committed Sep 3, 2020
1 parent ca82c1f commit cbfcc8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -45,7 +45,6 @@ pip-log.txt

# Built documentation
docs/_build
bigquery/docs/generated
docs.metadata

# Virtual environment
Expand Down
1 change: 0 additions & 1 deletion test_utils/scripts/update_docs.sh
Expand Up @@ -24,7 +24,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Function to build the docs.
function build_docs {
rm -rf docs/_build/
rm -f docs/bigquery/generated/*.rst
# -W -> warnings as errors
# -T -> show full traceback on exception
# -N -> no color
Expand Down

0 comments on commit cbfcc8b

Please sign in to comment.