Skip to content

Commit

Permalink
Create .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monk1337 committed Jul 31, 2023
1 parent be99573 commit b3ddc01
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yml
@@ -0,0 +1,17 @@
# Read the Docs configuration file for Sphinx projects
version: 2

# Set the OS, Python version
build:
os: ubuntu-22.04
tools:
python: "3.10.6"

python:
version: 3.10.6
install:
- requirements: requirements.txt

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

0 comments on commit b3ddc01

Please sign in to comment.