doc: rename manager theme

This commit is contained in:
Maxime Besson 2020-05-21 17:19:03 +02:00
parent a98e5c05b4
commit 414c4f80f1
8 changed files with 2 additions and 1 deletions

View File

@ -999,6 +999,7 @@ distclean: clean
clean: common_clean handler_clean portal_clean manager_clean stop_web_server
@rm -f $$(find */ -name '*bak' -delete)
@rm -rf doc/devel
@rm -rf doc/pages/documentation/current/*
@rm -vf *gz *zip
@rm -rf lemonldap-ng-$(VERSION)
@echo "Cleaned"
@ -1128,7 +1129,7 @@ manager_cpan: manager_conf
documentation:
@sphinx-build -b html -d /tmp/doctrees \
-Dhtml_theme_path=. -Dhtml_theme=my_theme\
-Dhtml_theme_path=. -Dhtml_theme=manager_doc_theme\
doc/sources/admin/ doc/pages/documentation/current/
test-diff: