Skip to content

Commit c49e87d

Browse files
committed
Add sphinx gallery to doc requirements
1 parent 0d76a69 commit c49e87d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ known_excludes =
3030
htmlcov/**
3131
*.code-workspace
3232
examples/**
33+
venv/**
34+
doc/**
35+
build/**

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"pydata-sphinx-theme",
3131
"sphinx >= 3.0.2",
3232
"sphinx-design",
33+
"sphinx_gallery",
3334
],
3435
"tests": [
3536
"coverage >= 5.0",

0 commit comments

Comments
 (0)