Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed Apr 29, 2023
1 parent ebae8fb commit 1d070f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ docs: ## generate Sphinx HTML documentation, including API docs
$(BROWSER) docs/_build/html/index.html

pdfdocs: ## generate Sphinx PDF documentation, including API docs
cd docs && make latexpdf && cd ..
cd docs && make latexpdf -i
cp -r docs/_build/latex/pynssp.pdf docs

servedocs: docs ## compile the docs watching for changes
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
Expand Down

0 comments on commit 1d070f5

Please sign in to comment.