Skip to content

Commit

Permalink
add "singlehtml"
Browse files Browse the repository at this point in the history
  • Loading branch information
philshafer committed Nov 3, 2019
1 parent b2af868 commit be6b989
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,6 @@ SPHINX = python3 -msphinx

html sphinx sphinx-html:
${SPHINX} -M html ${srcdir} . -N -E

singlehtml:
${SPHINX} -M singlehtml ${srcdir} . -N -E

0 comments on commit be6b989

Please sign in to comment.