Skip to content

Commit

Permalink
Merge branch 'feat/html-no-plot' of https://github.com/ansys/pymechan…
Browse files Browse the repository at this point in the history
…ical into feat/html-no-plot
  • Loading branch information
dipinknair committed Jul 23, 2024
2 parents 864405e + 926bca5 commit 115a671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ pdf:

# generate docs without examples
html-noplot:
@$(SPHINXBUILD) -D plot_gallery=0 -b html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -D plot_gallery=0 -b html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
1 change: 1 addition & 0 deletions doc/changelog.d/830.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Feat: Add option for generating docs without examples

0 comments on commit 115a671

Please sign in to comment.