Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee9955f

Browse files
committedMay 25, 2018
DOC: Add readthedocs YAML
The docs build is currently broken. This attempts to fix it by using pip to install pandas-gbq.
1 parent 7439771 commit ee9955f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.readthedocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
requirements_file: docs/requirements-docs.txt
2+
build:
3+
image: latest
4+
python:
5+
pip_install: true
6+
version: 3.6

0 commit comments

Comments
 (0)
Please sign in to comment.