diff options
| author | sommersoft <sommersoft@gmail.com> | 2020-08-15 14:30:12 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2020-08-15 14:30:12 -0500 |
| commit | 97415fc604f7caac06e5637f7cc69518c54b4fee (patch) | |
| tree | f6750ea171e70c65020013cb1162fe71afc05aa2 | |
| parent | 670b6ebecc9b7f685639b686c9ecfdd738e7a6d1 (diff) | |
.readthedocs.yml: add directive for RTD to build a pdf version of the docs
| -rw-r--r-- | .readthedocs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 2a0640782..3f66351ce 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,6 +12,9 @@ submodules: include: - extmod/ulab +formats: + - pdf + python: version: 3 install: |
