# HG changeset patch # User Ioannis Binietoglou # Date 1648728612 -10800 # Node ID 98d0dbdc330f274b305fa9d8127b1c41533a29b6 # Parent ce4d79b418dd5e7b3d6a0e69bbdec9d3808be518 Updated readthedocs.yaml diff -r ce4d79b418dd -r 98d0dbdc330f .readthedocs.yaml --- a/.readthedocs.yaml Wed Mar 30 21:15:15 2022 +0200 +++ b/.readthedocs.yaml Thu Mar 31 15:10:12 2022 +0300 @@ -5,6 +5,10 @@ # Required version: 2 +# Set the version of Python and other tools you might need +build: + os: ubuntu-20.04 + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -17,4 +21,4 @@ #python: # version: 3.7 # install: -# - requirements: docs/requirements.txt \ No newline at end of file +# - requirements: docs/requirements.txt