From 656219407fef4b3c435d0c7fc35e0dd033f31668 Mon Sep 17 00:00:00 2001 From: Odair M <odairmario45@gmail.com> Date: Fri, 26 Aug 2022 17:52:04 -0300 Subject: [PATCH] feat: Readthedoc build file --- .readthedocs.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..0e29fa1 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +version: 2 + +python: + install: + - requeriments: ./requirements.txt +sphinx: + configuration: source/conf.py + fail_on_warning: true +formats: + - pdf + - epub + - html -- GitLab