Skip to content

Commit

Permalink
docs: update docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed Aug 3, 2024
1 parent 04a3e9d commit 31955c0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2

# -- set the OS, Python version and other tools you might need --
build:
os: ubuntu-22.04
tools:
python: "3.9"

# -- build documentation in the "docs/" directory with Sphinx --
sphinx:
configuration: docs/conf.py
# -- fail on all warnings to avoid broken references --
# fail_on_warning: true

# -- package versions required to build your documentation --
# -- see https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html --
python:
install:
- requirements: requirements-docs.txt

0 comments on commit 31955c0

Please sign in to comment.