Skip to content

Commit

Permalink
Remove deprecated use of get_html_theme_path()
Browse files Browse the repository at this point in the history
  • Loading branch information
azvoleff committed Oct 17, 2024
1 parent 2985829 commit 2af7fc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ repos:
rev: v5.0.0
hooks:
- id: check-yaml
- id: check-added-large-files
# - id: pretty-format-json
# args: ["--autofix", "--no-sort-keys"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
hooks:
- id: ruff
args: ["check", "--select", "I", "--fix"]
- id: ruff-format
- id: ruff-format
3 changes: 0 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@
# documentation.
# html_theme_options = {}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
# html_title = None
Expand Down

0 comments on commit 2af7fc4

Please sign in to comment.