Skip to content

Commit

Permalink
Restore redirect from magics module. (#7586)
Browse files Browse the repository at this point in the history
The docs generation script was removing the whole "generated"
directory before. Now it only removes the rst files, which correspond
to the files created by autosummary.
  • Loading branch information
tswast authored and tseaver committed Mar 27, 2019
1 parent 39c1efc commit 82edebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_utils/scripts/update_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Function to build the docs.
function build_docs {
rm -rf docs/_build/
rm -rf docs/bigquery/generated
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 82edebc

Please sign in to comment.