Skip to content

Commit

Permalink
add readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinKweyu committed Aug 17, 2024
1 parent bed18e9 commit a430b48
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"


# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

formats:
- pdf
- epub

0 comments on commit a430b48

Please sign in to comment.