Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/termim/fio
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/termim/fio:
  Add .readthedocs.yaml file.
  • Loading branch information
vincentkfu committed Dec 16, 2024
2 parents f512744 + f7a873a commit d1ebbdd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d1ebbdd

Please sign in to comment.