We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ac97f commit 08dacf9Copy full SHA for 08dacf9
packages/pandas-gbq/.readthedocs.yml
@@ -2,9 +2,17 @@
2
# Use of this source code is governed by a BSD-style
3
# license that can be found in the LICENSE file.
4
5
-requirements_file: docs/requirements-docs.txt
+# .readthedocs.yaml
6
+# Read the Docs configuration file
7
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
8
+
9
+version: 2
10
11
build:
- image: latest
12
+ os: ubuntu-22.04
13
+ tools:
14
+ python: "3.11"
15
16
python:
- pip_install: true
- version: 3.8
17
+ install:
18
+ - requirements: docs/requirements-docs.txt
0 commit comments