Skip to content

Commit

Permalink
Merge pull request #27 from seyong92/main
Browse files Browse the repository at this point in the history
add rtd config
  • Loading branch information
seyong92 committed Sep 13, 2023
2 parents 6f7227c + e298a59 commit 835bb0b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.11"

# Build from the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Explicitly set the version of Python and its requirements
python:
install:
- requirements: docs/requirements.txt

0 comments on commit 835bb0b

Please sign in to comment.