From dac7571603d9908147b08a6c3990e82545e2394e Mon Sep 17 00:00:00 2001 From: Zlatko Minev Date: Mon, 20 May 2024 22:15:43 -0400 Subject: [PATCH] Create readthedocs.yml --- readthedocs.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000..3178110 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,19 @@ +# .readthedocs.yml + +# Required +version: 2 + +# Build documentation in the docs/source/ directory with Sphinx +sphinx: + configuration: docs/source/conf.py + +# Optionally build your docs in additional formats such as PDF and ePub +formats: + - pdf + +# Optionally set the version of Python and requirements required to build your docs +python: + version: 3.8 + install: + - requirements: requirements.txt + - path: .