Skip to content

Commit 95ba3af

Browse files
committed
chores(docs): Remove newlines
1 parent 3aab5ab commit 95ba3af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
sys.path.insert(0, str(project_root))
1616
sys.path.insert(0, str(cwd / "_ext"))
1717

18-
1918
# package data
2019
about = {}
2120
with open("../libtmux/__about__.py") as fp:
2221
exec(fp.read(), about)
2322

24-
2523
extensions = [
2624
"sphinx.ext.autodoc",
2725
"sphinx.ext.intersphinx",
@@ -102,7 +100,6 @@
102100
copybutton_prompt_is_regexp = True
103101
copybutton_remove_prompts = True
104102

105-
106103
htmlhelp_basename = "%sdoc" % about["__title__"]
107104

108105
latex_documents = [

0 commit comments

Comments
 (0)