Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
# # Required
version: 2

build:
os: ubuntu-24.04
tools:
python: "3.12"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

python:
version: "3.8"
install:
- requirements: docs-requirements.txt
- requirements: requirements.txt
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ test =
pytest-runner

docs =
sphinx==4.1.2
sphinx-autobuild==2021.3.14
sphinx-rtd-theme==0.5.2
myst-parser==0.15.2
sphinx
sphinx-autobuild
sphinx-rtd-theme
myst-parser

dist =
build
Expand Down