Skip to content

Commit

Permalink
doc: add configuration file for Read the Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
volans- committed Dec 6, 2023
1 parent bec6e78 commit 1cdc7d0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

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

python:
install:
- method: pip
path: .
extra_requirements:
- tests

sphinx:
configuration: "doc/source/conf.py"
fail_on_warning: true

0 comments on commit 1cdc7d0

Please # to comment.