Skip to content

Commit

Permalink
Improving code linter of nbs in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcortesortuno committed Feb 3, 2021
1 parent d3e0bd7 commit a97decf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build']
exclude_patterns = ['_build', '**.ipynb_checkpoints']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down
5 changes: 1 addition & 4 deletions doc/environment.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# name of the conda environment
name: fidimag_docs

# add channel for pandoc
channels:
- ccordoba12

dependencies:
- pandoc
- nbformat
- pip:
- ipython
- nbsphinx
- pydata-sphinx-theme

0 comments on commit a97decf

Please sign in to comment.