File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 4040 steps :
4141 - name : Deploy to GitHub Pages
4242 id : deployment
43- uses : actions/deploy-pages@v1
43+ uses : actions/deploy-pages@v1
Original file line number Diff line number Diff 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-
Original file line number Diff line number Diff line change 11import os
22import 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
89extensions = [
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" ]
You can’t perform that action at this time.
0 commit comments