[DMAAP-BC] Fix doc build issue
[dmaap/buscontroller.git] / .readthedocs.yaml
index 3797dc8..95992ea 100644 (file)
@@ -2,17 +2,15 @@
 # .readthedocs.yml
 # Read the Docs configuration file
 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
-# Required
 version: 2
 
-formats:
-  - htmlzip
-
 build:
-  image: latest
+  os: ubuntu-20.04
+  tools:
+    python: "3.8"
+
 
 python:
-  version: 3.7
   install:
     - requirements: docs/requirements-docs.txt