Browse Source

support .readthedocs.yml configuration

boyska 4 years ago
parent
commit
1f9f103876
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .readthedocs.yml

+ 12 - 0
.readthedocs.yml

@@ -0,0 +1,12 @@
+version: 2
+
+sphinx:
+    configuration: doc/source/conf.py
+
+formats: all
+
+python:
+    version: 3.7
+    install:
+        - method: pip
+          path: .