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 34e6d32 commit d7bb57c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ content:
html: content
@echo making HTML content
$(Q)./scripts/show-versions.py
@echo zjy make html
-$(Q)$(SPHINXBUILD) -t $(DOC_TAG) -b html -d $(BUILDDIR)/doctrees $(SOURCEDIR) $(BUILDDIR)/html $(SPHINXOPTS) $(OPTS) > $(BUILDDIR)/doc.log 2>&1
$(Q)./scripts/filter-doc-log.sh $(BUILDDIR)/doc.log

@echo zjy filter doc in 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
$(Q)./scripts/filter-doc-log.sh $(BUILDDIR)/doc.log
Expand Down
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ echo "Build HTML"
cd docs
make -v
make clean
make -i html
./scripts/filter-doc-log.sh _build/doc.log
make html
#./scripts/filter-doc-log.sh _build/doc.log

retval=$?
ls -la _build
Expand Down
2 changes: 2 additions & 0 deletions scripts/filter-known-issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ def config_import(paths):


def print_error(f, str):

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

def filter_log(args):
Expand Down

0 comments on commit d7bb57c

Please sign in to comment.