diff options
author | David Lord <davidism@gmail.com> | 2021-02-24 10:01:25 -0800 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2021-02-24 10:01:25 -0800 |
commit | c3f7666f7a843436e3e0d2d6225883f2b43f807e (patch) | |
tree | 8b551168e4454c7496ac6744489ff67f1dc456f9 /.readthedocs.yaml | |
parent | c23001855d36962ee19e19f9c7286c1b2ec534b8 (diff) | |
download | itsdangerous-c3f7666f7a843436e3e0d2d6225883f2b43f807e.tar.gz |
use rtd to build docs for prs
skip code tests when only docs change
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1906952..0c36363 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,3 +6,4 @@ python: path: . sphinx: builder: dirhtml + fail_on_warning: true |