Skip to content

Commit

Permalink
Merge 9f9bbb9 into 2caf5b8
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed Sep 12, 2017
2 parents 2caf5b8 + 9f9bbb9 commit a4b609c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/deploy.py
Expand Up @@ -36,6 +36,8 @@ def main():
os.chdir(HERE)

try:
print("Cleaning docs with 'make clean'")
check_call(['make', 'clean'])
print("Building docs with 'make html'")
check_call(['make', 'html'])

Expand Down
3 changes: 0 additions & 3 deletions docs/source/appendix.rst
Expand Up @@ -355,9 +355,6 @@ Bundles
:func:`~zipline.data.bundles.register` or
:func:`~zipline.data.bundles.unregister`.

.. autofunction:: zipline.data.bundles.yahoo_equities



Utilities
~~~~~~~~~
Expand Down

0 comments on commit a4b609c

Please sign in to comment.