Skip to content

Commit

Permalink
fix interpret-community sphinx docs build failures by specifying html…
Browse files Browse the repository at this point in the history
…_theme (#578)
  • Loading branch information
imatiach-msft authored Aug 29, 2023
1 parent 9403765 commit baf2c4d
Show file tree
Hide file tree
Showing 3 changed files with 4 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-20.04
tools:
python: "3.8"
python: "3.9"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
Expand Down
4 changes: 1 addition & 3 deletions python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
# Note: We will use the default theme which is nicer
# html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
3 changes: 2 additions & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx==4.3.0
sphinx==7.2.3
sphinx-rtd-theme==1.3.0
pyyaml

0 comments on commit baf2c4d

Please sign in to comment.