Skip to content

Commit

Permalink
Add sphinx gallery to doc requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
CSSFrancis committed Apr 21, 2024
1 parent 0d76a69 commit c49e87d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Expand Up @@ -30,3 +30,6 @@ known_excludes =
htmlcov/**
*.code-workspace
examples/**
venv/**
doc/**
build/**
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -30,6 +30,7 @@
"pydata-sphinx-theme",
"sphinx >= 3.0.2",
"sphinx-design",
"sphinx_gallery",
],
"tests": [
"coverage >= 5.0",
Expand Down

0 comments on commit c49e87d

Please sign in to comment.