diff options
Diffstat (limited to 'third_party/python/coverage/.readthedocs.yml')
-rw-r--r-- | third_party/python/coverage/.readthedocs.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/python/coverage/.readthedocs.yml b/third_party/python/coverage/.readthedocs.yml new file mode 100644 index 0000000000..ed3737fbe7 --- /dev/null +++ b/third_party/python/coverage/.readthedocs.yml @@ -0,0 +1,22 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt +# +# ReadTheDocs configuration. +# See https://docs.readthedocs.io/en/stable/config-file/v2.html + +version: 2 + +sphinx: + builder: html + configuration: doc/conf.py + +# No other formats than HTML +formats: [] + +python: + version: 3.7 + install: + - requirements: doc/requirements.pip + - method: pip + path: . + system_packages: false |