Skip to content

Commit

Permalink
WIP: store sphinx doctrees outside of the html document root
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jul 11, 2023
1 parent ef2d1a6 commit 809c261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test_export_awesome_selfhosted_html: install
mkdir -p tests/awesome-selfhosted-html
source .venv/bin/activate && \
hecat --config tests/.hecat.export_markdown_multipage.yml && \
sphinx-build -b html -c tests/ tests/awesome-selfhosted-html/md/ tests/awesome-selfhosted-html/html/
sphinx-build -b html -c tests/ -d tests/awesome-selfhosted-html/.doctrees tests/awesome-selfhosted-html/md/ tests/awesome-selfhosted-html/html/

.PHONY: test_import_shaarli # test import from shaarli JSON
test_import_shaarli: install
Expand Down

0 comments on commit 809c261

Please sign in to comment.