Skip to content

Commit ee9955f

Browse files
committed
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

+6
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)