Skip to content

Commit 6ad76ea

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 88f50e8 commit 6ad76ea

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
steps:
4141
- name: Deploy to GitHub Pages
4242
id: deployment
43-
uses: actions/deploy-pages@v1
43+
uses: actions/deploy-pages@v1

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,3 @@ Project Link: [https://github.com/kierannp/Grouper](https://github.com/kierannp/
227227
[issues-url]: https://github.com/kierannp/Grouper/issues
228228
[license-shield]: https://img.shields.io/badge/License-MIT-yellow.svg
229229
[license-url]: https://github.com/kierannp/Grouper/blob/master/LICENSE.txt
230-
231-

docs/conf.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
import os
22
import sys
3-
sys.path.insert(0, os.path.abspath('..'))
3+
4+
sys.path.insert(0, os.path.abspath(".."))
45

56
# -- General configuration ---------------------------------------------------
67
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
78

89
extensions = [
9-
'sphinx.ext.autodoc',
10-
'sphinx.ext.napoleon',
11-
'sphinx_rtd_theme',
10+
"sphinx.ext.autodoc",
11+
"sphinx.ext.napoleon",
12+
"sphinx_rtd_theme",
1213
]
1314

14-
autodoc_mock_imports = ['numpy', 'pandas', 'pyarrow']
15-
16-
templates_path = ['_templates']
17-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
15+
autodoc_mock_imports = ["numpy", "pandas", "pyarrow"]
1816

17+
templates_path = ["_templates"]
18+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
1919

2020

2121
# -- Options for HTML output -------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2323

24-
html_theme = 'sphinx_rtd_theme'
25-
html_static_path = ['_static']
24+
html_theme = "sphinx_rtd_theme"
25+
html_static_path = ["_static"]

0 commit comments

Comments
 (0)