Skip to content

Commit

Permalink
Fix RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
derks committed Feb 29, 2024
1 parent a287f75 commit 74e1352
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"

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

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: requirements-dev.txt

25 changes: 0 additions & 25 deletions requirements-rtd.txt

This file was deleted.

0 comments on commit 74e1352

Please sign in to comment.