Skip to content

Commit

Permalink
doc:fix doc build config
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Feb 23, 2024
1 parent 3f4c39f commit 6f5d851
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
8 changes: 4 additions & 4 deletions tutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx>=4.1.2
sphinx_rtd_theme>=0.5.2
sphinx-material>=0.0.35
myst-parser>=0.15.1
sphinx==5.3.0
sphinx_rtd_theme==0.5.2
sphinx-material==0.0.35
myst-parser==1.0.0

0 comments on commit 6f5d851

Please sign in to comment.