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
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.10"
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -22,4 +22,4 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/source/requirements.txt
- requirements: docs/source/requirements.txt
3 changes: 2 additions & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Sphinx==7.2.6
myst-parser==2.0.0
astroid==3.3.8
sphinx-autoapi==3.0.0
sphinx-rtd-theme==2.0.0
nbsphinx==0.9.7
ipykernel==6.30.1
pandoc==2.4
sphinxcontrib-mermaid==1.0.0
sphinxcontrib-mermaid==1.0.0
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dynamic = ["version"]

[project.optional-dependencies]
dev = [
"astroid==3.3.8",
"isort",
"pytest",
"pylint",
Expand Down