Skip to content
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
*.xlsx
*.ipynb
poetry.lock
# Byte-compiled / optimized / DLL files
data/
__pycache__/
*.py[cod]
*$py.class
Expand Down Expand Up @@ -61,7 +65,7 @@ examples/figures/*
examples/data/*
examples/local
data/data_local/*

notebooks/
# VSCode
.vscode

Expand Down
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import os
import sys
import sphinx_gallery

import sphinx_rtd_theme

# If extensions (or modules to document with autodoc) are in another directory,
Expand Down Expand Up @@ -53,7 +53,6 @@
# see https://github.com/numpy/numpydoc/issues/69
numpydoc_show_class_members = False

from distutils.version import LooseVersion

# pngmath / imgmath compatibility layer for different sphinx versions
# import sphinx
Expand Down
Loading
Loading