Skip to content

Commit

Permalink
Update to new qiskit docs theme (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
DanPuzzuoli and Eric-Arellano authored Oct 23, 2023
1 parent b67a0ea commit 1e5fae9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,9 @@
bibtex_footbibliography_header = bibtex_bibliography_header

# html theme options
html_theme = 'qiskit_sphinx_theme'
html_theme = 'qiskit-ecosystem'
html_last_updated_fmt = '%Y/%m/%d'
html_theme_options = {
'logo_only': True,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': True,
}
html_css_files = ['gallery.css']

html_context = {"analytics_enabled": True}

# autodoc/autosummary options
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stestr>=3.0.0
astroid==2.9.3
pylint==2.12.2
black~=22.0
qiskit-sphinx-theme~=1.12.0
qiskit-sphinx-theme~=1.16.0
sphinx-autodoc-typehints
jupyter-sphinx
# The following line is needed until
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deps =
jaxlib<=0.4.6
diffrax
commands =
sphinx-build -j auto -b html -W {posargs} docs/ docs/_build/html
sphinx-build -j auto -W -T --keep-going {posargs} docs/ docs/_build/html

[testenv:docs-clean]
skip_install = true
Expand Down

0 comments on commit 1e5fae9

Please sign in to comment.