Skip to content

Commit

Permalink
docs: Add all modules to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed May 30, 2022
1 parent 8454361 commit 765a830
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ help:

.PHONY: api-stubs
api-stubs:
sphinx-apidoc -o api ../src/gallia
sphinx-apidoc -o api ../src
sed -i "1 s|.*|Modules|" api/modules.rst
sed -i "2 s|.*|=======|" api/modules.rst

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Expand Down

0 comments on commit 765a830

Please sign in to comment.