Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arthw committed Nov 7, 2024
1 parent d7bb57c commit 29fedb3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ html: content
@echo zjy make html
-$(Q)$(SPHINXBUILD) -t $(DOC_TAG) -b html -d $(BUILDDIR)/doctrees $(SOURCEDIR) $(BUILDDIR)/html $(SPHINXOPTS) $(OPTS) > $(BUILDDIR)/doc.log 2>&1
@echo zjy filter doc in log
#$(Q)./scripts/filter-doc-log.sh $(BUILDDIR)/doc.log
$(Q)./scripts/filter-doc-log.sh $(BUILDDIR)/doc.log
@echo zjy done
singlehtml: content
-$(Q)$(SPHINXBUILD) -t $(DOC_TAG) -b singlehtml -d $(BUILDDIR)/doctrees $(SOURCEDIR) $(BUILDDIR)/html $(SPHINXOPTS) $(OPTS) > $(BUILDDIR)/doc.log 2>&1
Expand Down
2 changes: 0 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ cd docs
make -v
make clean
make html
#./scripts/filter-doc-log.sh _build/doc.log

retval=$?
ls -la _build
echo "result = $retval"
Expand Down
1 change: 0 additions & 1 deletion scripts/filter-known-issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def config_import(paths):


def print_error(f, str):

tmp = str.decode("utf-8")
print("zjy", tmp)
f.write(tmp)
Expand Down

0 comments on commit 29fedb3

Please sign in to comment.