Skip to content

Commit

Permalink
docs: update doc environment (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicrie authored Oct 24, 2023
2 parents 9f3c0c1 + e8f72d5 commit 9592dbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
".DS_Store",
# exclude .py and .ipynb files in auto_examples generated by sphinx-gallery
# this is to prevent sphinx from complaining about duplicate source files
# "auto_examples/**/*.ipynb",
# "auto_examples/**/*.py",
"auto_examples/**/*.py",
"auto_examples/**/*.ipynb",
]

# The name of the Pygments (syntax highlighting) style to use.
Expand Down
13 changes: 7 additions & 6 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ dependencies:
- ipython
- ipykernel
- rpy2
- sphinx-gallery
- sphinx-design
- sphinx-copybutton
- nbsphinx
- pydata-sphinx-theme
- sphinx
- nbconvert
- pip:
- pydata-sphinx-theme
- sphinx-gallery
- sphinx-design
- nbsphinx
- sphinx-copybutton
- git+https://github.com/sphinx-gallery/sphinx-gallery.git@master
- xeofs

0 comments on commit 9592dbc

Please sign in to comment.