Skip to content

Commit 55aa410

Browse files
committed
Satisfy lint
1 parent 268d7f5 commit 55aa410

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/conf.py

+5-8
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
# ones.
3333

3434
extensions = [
35-
'sphinx.ext.autodoc',
36-
'sphinx.ext.autosummary',
37-
'numpydoc',
38-
'recommonmark',
39-
'jupyter_sphinx.execute'
35+
"sphinx.ext.autodoc",
36+
"sphinx.ext.autosummary",
37+
"numpydoc",
38+
"recommonmark",
39+
"jupyter_sphinx.execute"
4040
]
4141

4242
autosummary_generate = True
@@ -65,7 +65,6 @@
6565
"github_url": "https://github.com/pandas-dev/pydata-sphinx-theme",
6666
"twitter_url": "https://twitter.com/pandas_dev",
6767
"use_edit_page_button": True,
68-
# "require_js": False # Just for testing
6968
}
7069

7170
html_context = {
@@ -75,8 +74,6 @@
7574
"doc_path": "docs",
7675
}
7776

78-
# jupyter_sphinx_require_url = ""
79-
8077

8178
# Add any paths that contain custom static files (such as style sheets) here,
8279
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)