Skip to content

Commit 506933c

Browse files
committed
docs/conf.py: quotes consistency
1 parent efce6eb commit 506933c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
project = 'lxmlh'
1414
copyright = f'{datetime.date.today().year}, Mina Sami'
1515
author = 'Mina Sami'
16-
version = release = importlib.metadata.version("lxmlh")
16+
version = release = importlib.metadata.version('lxmlh')
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2020

21-
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode"]
21+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
2222

2323
templates_path = ['_templates']
2424
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

0 commit comments

Comments
 (0)