Skip to content

Commit

Permalink
docs: update env
Browse files Browse the repository at this point in the history
  • Loading branch information
nicrie committed Oct 24, 2023
1 parent fa647d8 commit e8f72d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
# 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/**/*.py",
"auto_examples/**/*.rst",
"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 e8f72d5

Please sign in to comment.