Skip to content

Commit

Permalink
Merge pull request #1092 from nolar/readthedocs-v2-config
Browse files Browse the repository at this point in the history
Configure ReadTheDocs and restore the docs builds
  • Loading branch information
nolar authored Jan 19, 2024
2 parents 3a23dde + fd5e420 commit 9f7483f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
formats: all
build:
os: ubuntu-22.04
tools:
python: "3"
python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
sphinx:
configuration: docs/conf.py
builder: "dirhtml"
# fail_on_warning: true

0 comments on commit 9f7483f

Please sign in to comment.