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
10 changes: 7 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version: 2

build:
os: ubuntu-lts-latest
tools:
python: "3.12"

# Build from the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Explicitly set the version of Python and its requirements
# declare the Python requirements to build the documentation
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx==4.0.2
sphinx_rtd_theme_citus==0.5.25
docutils==0.16
Sphinx==8.2.3
sphinx-rtd-theme==3.0.2
docutils==0.21.2
readthedocs-sphinx-search==0.1.0