Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit ce48ef0

Browse files
author
William McLendon
committed
cleaning up configuration files
1 parent b4c1894 commit ce48ef0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/source/conf.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
import os
5858
import sys
5959

60-
sys.path.append( str(Path.cwd().parent.parent.resolve().joinpath(Path("src")) ))
60+
sys.path.append(str(Path.cwd().parent.parent.resolve().joinpath(Path("src"))))
6161

6262
# -- Project information -----------------------------------------------------
6363

@@ -110,9 +110,7 @@
110110
# so a file named "default.css" will overwrite the builtin "default.css".
111111
html_static_path = ['_static']
112112

113-
html_css_files = [
114-
'css/custom.css'
115-
]
113+
html_css_files = ['css/custom.css']
116114

117115

118116

0 commit comments

Comments
 (0)