Skip to content

Commit

Permalink
doc: update doc build process to support plotly
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Apr 24, 2024
1 parent 240d50d commit 59f555a
Show file tree
Hide file tree
Showing 3 changed files with 6 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.9"
python: "3.10"
jobs:
pre_build:
- python docs/fix_notebook_translation.py
Expand Down
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"gymnasium",
"ray",
"tensorflow_datasets",
"grain",
"gpjax",
]

Expand All @@ -67,16 +66,17 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_js_files = [
"https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"
]
html_theme = "sphinx_book_theme"
html_logo = "_static/evox_logo_light.png"
html_theme_options = {
"repository_branch": "main",
"path_to_docs": "/docs/source",
"repository_url": "https://github.com/EMI-Group/evox",
"use_repository_button": True,
"launch_buttons": {
"colab_url": "https://colab.research.google.com"
},
"launch_buttons": {"colab_url": "https://colab.research.google.com"},
"logo": {
"image_light": "_static/evox_logo_light.png",
"image_dark": "_static/evox_logo_dark.png",
Expand Down
1 change: 1 addition & 0 deletions requirements/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
jax
jaxlib
flax
grain
optax
pyarrow
polib
Expand Down

0 comments on commit 59f555a

Please sign in to comment.