Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
leliel12 committed Nov 15, 2017
1 parent df7061d commit 141df30
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 11 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import skcriteria

# modules to mock in readthedocs
MOCK_MODULES = ["numpy", "scipy",
MOCK_MODULES = ["numpy", "scipy",
"matplotlib", "matplotlib.pyplot",
"matplotlib.cm", "matplotlib.patches",
"matplotlib.spines", "matplotlib.projections.polar",
Expand Down Expand Up @@ -94,7 +94,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = []
exclude_patterns = ['**.ipynb_checkpoints']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down

0 comments on commit 141df30

Please sign in to comment.