Skip to content

Commit

Permalink
Merge pull request #409 from NeurodataWithoutBorders/try_new_docs_theme
Browse files Browse the repository at this point in the history
Try new docs theme
  • Loading branch information
CodyCBakerPhD authored Oct 5, 2023
2 parents ba08402 + 1a87362 commit 38284f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
templates_path = ["_templates"]
master_doc = "index"
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
html_theme = "sphinx_rtd_theme"
html_theme = "pydata_sphinx_theme"

# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
Expand Down
2 changes: 1 addition & 1 deletion docs/format_support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ The following is a live record of all the supported formats in the NWB GUIDE and

.. raw:: html

<iframe style="width: 100%; height: 50vh; border: none;" src="https://catalystneuro.github.io/format-support-table/"></iframe>
<iframe style="width: 100%; height: 70vh; border: none;" src="https://catalystneuro.github.io/format-support-table/"></iframe>
2 changes: 1 addition & 1 deletion docs/requirements-rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ numpy
jsonschema==3.2.0
Jinja2<3.1
sphinx==5.1.1
sphinx_rtd_theme==0.5.1
pydata-sphinx-theme==0.14.1
readthedocs-sphinx-search==0.1.0rc3
sphinx-copybutton==0.5.0

0 comments on commit 38284f0

Please sign in to comment.