X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.readthedocs.yml;h=7c6c25541a3730ef492e412f1767f5214e496534;hb=149e80f74b6c28ff3e06b210579919cbb2c69a8d;hp=44949ea239d8ea1f459c5f57bda669a59a01b63c;hpb=04da42770b0cc3bea8841972bfc9568299ece826;p=platform%2Fkernel%2Fu-boot.git diff --git a/.readthedocs.yml b/.readthedocs.yml index 44949ea..7c6c255 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,13 @@ # Required version: 2 +build: + os: "ubuntu-20.04" + apt_packages: + - python3-six + tools: + python: "3.9" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/conf.py @@ -12,8 +19,6 @@ sphinx: # Optionally build your docs in additional formats such as PDF and ePub formats: [] -# Optionally set the version of Python and requirements required to build your docs -# python: -# version: 3.7 -# install: -# - requirements: docs/requirements.txt +python: + install: + - requirements: doc/sphinx/requirements.txt