summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-04-16 08:46:25 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-04-16 08:46:25 +0200
commite0a5db9c8b1df89db6ee0195cb9e304eee34b7ed (patch)
treeeb59e8cdd66a1ca8869f508f5ba9a0eda4e554dd /.readthedocs.yaml
parentf26a259a769edcf9a62233ea3c605c92dc3c8073 (diff)
downloadruamel.yaml-e0a5db9c8b1df89db6ee0195cb9e304eee34b7ed.tar.gz
YAML 1.2 allows empty implicit keys in block style mappings0.15.92
fixes issue #284 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..914f036
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,4 @@
+python:
+ version: 3
+ pip_install: true
+ extra_requirements: [docs]