diff options
| author | J08nY | 2023-07-24 17:18:50 +0200 |
|---|---|---|
| committer | J08nY | 2023-07-24 17:18:50 +0200 |
| commit | 68dfba98f98e4839c3bd6a1ad3009e4eba6d59fb (patch) | |
| tree | 2f7d63347065b83bb3f8db230ab27d57931ca65c /docs/Makefile | |
| parent | fbf3e4530971a93ca9e5e2e2822665f319ced2b9 (diff) | |
| download | pyecsca-68dfba98f98e4839c3bd6a1ad3009e4eba6d59fb.tar.gz pyecsca-68dfba98f98e4839c3bd6a1ad3009e4eba6d59fb.tar.zst pyecsca-68dfba98f98e4839c3bd6a1ad3009e4eba6d59fb.zip | |
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 9f705ec..ca7ffb1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -16,7 +16,7 @@ apidoc: mkdir -p api/ sphinx-apidoc ../pyecsca/ --implicit-namespaces --ext-autodoc --no-toc -M -f -e -o api/ sphinx-apidoc ../../pyecsca-codegen/pyecsca/ --implicit-namespaces --ext-autodoc --no-toc -M -f -e -o api/ - mv _modules.rst api/modules.rst + rm api/pyecsca.rst #It is jumbled anyway. .PHONY: help apidoc Makefile |
