Skip to content

Commit

Permalink
Create .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksihakli committed Jan 21, 2022
1 parent 7190d6c commit 75b8b22
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2
build:
os: ubuntu-20.04
tools:
python: "3.7"
python:
install:
- requirements: requirements.txt
sphinx:
configuration: docs/conf.py

0 comments on commit 75b8b22

Please sign in to comment.