X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.readthedocs.yml;h=7c6c25541a3730ef492e412f1767f5214e496534;hb=e530bb743be1ca956715989af92396175b8a8cd5;hp=f3fb5ed51ba6d0f05263f3af74a4768dfcc55a97;hpb=b4778ae94a42a86b34166606cd88c8dfc9899897;p=platform%2Fkernel%2Fu-boot.git diff --git a/.readthedocs.yml b/.readthedocs.yml index f3fb5ed..7c6c255 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,15 +5,20 @@ # 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: docs/conf.py + configuration: doc/conf.py # 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