Skip to content

Commit

Permalink
Add .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya committed Oct 16, 2023
1 parent 1121c19 commit e3904a1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.10"

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

python:
install:
- requirements: docs/requirements.txt

0 comments on commit e3904a1

Please sign in to comment.