The following changes since commit f512744be77f2c65e17e3ddde90c2458124ac152: nfs: add support for new libnfs API (2024-12-09 10:44:15 -0500) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to d1ebbdd2de8afc6cee885d5a2f04a79e2598217a: Merge branch 'master' of https://github.com/termim/fio (2024-12-16 13:23:58 -0500) ---------------------------------------------------------------- Mikhail Terekhov (1): Add .readthedocs.yaml file. Vincent Fu (1): Merge branch 'master' of https://github.com/termim/fio .readthedocs.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .readthedocs.yaml --- Diff of recent changes: diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..e731de6d --- /dev/null +++ b/.readthedocs.yaml @@ -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: + os: ubuntu-22.04 + tools: + python: "3" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: doc/conf.py + +# Optionally build your docs in additional formats such as PDF +formats: + - epub + - pdf