diff --git a/.readthedocs.yml b/.readthedocs.yml index c6a4da8d690c8..8977b2ff2ab04 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,10 +16,13 @@ # specific language governing permissions and limitations # under the License. +version: 2 +formats: [] python: - pip_install: true - extra_requirements: - - doc - - docker - - gcp_api - - emr + version: 3.7 + install: + - method: pip + path: . + extra_requirements: + - doc + system_packages: true