Skip to content

Commit cb0ef54

Browse files
committed
Reformat docs/conf.py
1 parent 28e9f5e commit cb0ef54

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

docs/conf.py

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
1+
import datetime as dt
12
import os
23
import sys
3-
import datetime as dt
4-
54

65
sys.path.insert(0, os.path.abspath(".."))
76

87
extensions = [
9-
'sphinx.ext.autodoc',
10-
'sphinx.ext.intersphinx',
11-
'sphinx.ext.viewcode',
12-
'sphinx.ext.autosectionlabel',
13-
'sphinx_rtd_theme',
8+
"sphinx.ext.autodoc",
9+
"sphinx.ext.intersphinx",
10+
"sphinx.ext.viewcode",
11+
"sphinx.ext.autosectionlabel",
12+
"sphinx_rtd_theme",
1413
]
15-
source_suffix = '.rst'
16-
master_doc = 'index'
14+
source_suffix = ".rst"
15+
master_doc = "index"
1716

18-
project = u'Confuse'
19-
copyright = '2012-{}, Adrian Sampson & contributors'.format(
20-
dt.date.today().year
21-
)
17+
project = "Confuse"
18+
copyright = "2012-{}, Adrian Sampson & contributors".format(dt.date.today().year)
2219

23-
version = '1.7'
24-
release = '1.7.0'
20+
version = "2.1"
21+
release = "2.1.1"
2522

26-
exclude_patterns = ['_build']
23+
exclude_patterns = ["_build"]
2724

28-
pygments_style = 'sphinx'
25+
pygments_style = "sphinx"
2926

3027
# -- Options for HTML output --------------------------------------------------
3128

32-
html_theme = 'sphinx_rtd_theme'
33-
htmlhelp_basename = 'Confusedoc'
29+
html_theme = "sphinx_rtd_theme"
30+
htmlhelp_basename = "Confusedoc"

0 commit comments

Comments
 (0)