Skip to content

Commit

Permalink
Update again
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 committed Jun 22, 2024
1 parent 9085648 commit a1328c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ python:
- method: pip
path: .

conda:
environment: docs/source/environment.yml

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand Down
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@

html_theme = "alabaster"

html_static_path = ["_static"]

# -- Options for JupyterLite ----------------------------------------------
jupyterlite_contents = ["tutorials/intro_tutorial.ipynb"]

Expand Down

0 comments on commit a1328c1

Please sign in to comment.