# HG changeset patch # User ioannis@ioannis-VirtualBox # Date 1615315684 -7200 # Node ID ee90d19e6c906ad21a8beea06957b6ad75c79c4f # Parent e648de2b917efbc95263b416d5d6d840f1f5d73c Config file diff -r e648de2b917e -r ee90d19e6c90 .readthedocs.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.readthedocs.yaml Tue Mar 09 20:48:04 2021 +0200 @@ -0,0 +1,20 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# Optionally build your docs in additional formats such as PDF +formats: + - pdf + +# Optionally set the version of Python and requirements required to build your docs +#python: +# version: 3.7 +# install: +# - requirements: docs/requirements.txt \ No newline at end of file