summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorteauxfu <alexmw777@gmail.com>2021-06-21 11:17:09 -0500
committerGitHub <noreply@github.com>2021-06-21 18:17:09 +0200
commit301b47c25c7f32af29c38c9df45366bd0a2323d9 (patch)
treea880b7ab27b276ef301fca9a43b569026be6e1d6 /.readthedocs.yaml
parent1d2891ca50a2c40221050eb29260d0d32ebfb85a (diff)
downloadpint-301b47c25c7f32af29c38c9df45366bd0a2323d9.tar.gz
change from `.readthedocs.yml` to `.readthedocs.yaml` (#1332)
* rename .readthedocs.yml to .readthedocs.yaml * update manifest and changelog
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..79392e5
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,12 @@
+version: 2
+build:
+ image: latest
+sphinx:
+ configuration: docs/conf.py
+ fail_on_warning: false
+python:
+ version: 3.7
+ install:
+ - requirements: requirements_docs.txt
+ - method: pip
+ path: .