Skip to content
Snippets Groups Projects
Commit 551ef727 authored by Jan Mach's avatar Jan Mach
Browse files

Fix: Fixed documentation generation after updating the PyZenKit library.

(Redmine issue: #3361)
parent 5cffdf66
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ vendor/
/doc/sphinx/_build/
# Ignore submodule documentation.
/doc/sphinx/_doclib/apidoc/pyzenkit*.rst
/doc/sphinx/_doclib/apidoc/pynspect*.rst
/doc/sphinx/_doclib/api_pyzenkit*.rst
/doc/sphinx/_doclib/api_pynspect*.rst
/doc/sphinx/_doclib/_inc_bin.cfg-app.rst
......
......@@ -128,7 +128,7 @@ docs: docs-sync docs-sphinx
docs-sync: FORCE
@echo "\n${GREEN}*** Synchronizing documentation source code from submodules ***${NC}\n"
@rsync -r --progress --archive --update --delete --force ./submodules/pyzenkit/doc/_doclib/api_*.rst ./doc/sphinx/_doclib/
@rsync -r --progress --archive --update --delete --force ./submodules/pyzenkit/doc/_doclib/apidoc/pyzenkit.*.rst ./doc/sphinx/_doclib/apidoc/
@rsync -r --progress --archive --update --delete --force ./submodules/pyzenkit/doc/_doclib/_inc*.rst ./doc/sphinx/_doclib/
@rsync -r --progress --archive --update --delete --force ./submodules/pynspect/doc/_doclib/api_*.rst ./doc/sphinx/_doclib/
@#find ./ -type f -name *.pyc -exec rm -f {} \;
......
......@@ -11,3 +11,4 @@ Python submodules
:maxdepth: 1
api_*
apidoc/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment