Skip to content

Commit

Permalink
Fix config for Read the Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jivanpal committed Jan 7, 2024
1 parent 98a7244 commit af573b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.10"

sphinx:
configuration: docs/conf.py

python:
version: 3.8
install:
- requirements: docs/requirements.txt
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==3.5.1
sphinx_rtd_theme==0.5.1
myst-parser==0.13.5
sphinx~=7.2
sphinx_rtd_theme~=2.0
myst-parser~=2.0

0 comments on commit af573b9

Please sign in to comment.