Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try new docs theme #409

Merged
merged 8 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading