Skip to content

Commit

Permalink
fix: New Sphinx theme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-knott committed Oct 6, 2023
1 parent bff4799 commit 43a9102
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
from typing import List

import tomli
from qctrlsphinxtheme import get_html_theme_options

import qctrlopencontrols

Expand Down Expand Up @@ -81,9 +80,6 @@
#
html_theme = "qctrl_sphinx_theme"

# Theme options
html_theme_options = get_html_theme_options()

# Option to automatically generate summaries.
autosummary_generate = True

Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ mypy = "^1.4.1"
pre-commit = "^3.3.3"
pylint = "^2.17.4"
pytest = "^7.4.0"
qctrl-sphinx-theme = "~1.0.1"
qctrl-sphinx-theme = "^2.1.3"
sphinx = "^5.0.0"
tomli = "^2.0.1"

Expand Down

0 comments on commit 43a9102

Please sign in to comment.