Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikai-Liao committed Dec 24, 2023
1 parent 628a514 commit 3c1d0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import logging
import os.path
import re
import subprocess

logger = logging.getLogger("symsuic")

Expand Down Expand Up @@ -101,7 +98,7 @@
# print(u'Error getting current branch - using default theme')

extensions = [
'sphinx_rtd_theme',
"sphinx_rtd_theme",
]

html_theme = "sphinx_rtd_theme"
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sphinx_rtd_theme
sphinx_rtd_theme

0 comments on commit 3c1d0dc

Please sign in to comment.