Skip to content

Commit

Permalink
Add html_theme to conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Aug 25, 2023
1 parent 492b29c commit 14ee7e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
"numpy": ("https://numpy.org/doc/stable/", None),
"zarr": ("https://zarr.readthedocs.io/en/stable/", None),
}

# https://github.com/readthedocs/sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"

0 comments on commit 14ee7e4

Please sign in to comment.