Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnx committed Jun 2, 2020
1 parent cd3d8f1 commit e06fdbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion source/elements/oneDAL/Makefile
@@ -1,6 +1,6 @@
GH_PAGES = build/gh-pages

.PHONY: build doxygen parse-doxygen clean gh-pages
.PHONY: html pdf doxygen parse-doxygen clean gh-pages

html:
sphinx-build -M html source build -q
Expand Down
1 change: 0 additions & 1 deletion source/elements/oneDAL/dalapi/roles.py
Expand Up @@ -4,7 +4,6 @@

_term_ref_re = re.compile(r'(.+)<(.+)>', flags=re.DOTALL)
def capterm_role(name, rawtext, text, lineno, inliner, options={}, content=[]):
global _term_ref_re
xref_role = roles.XRefRole(innernodeclass=nodes.inline,
warn_dangling=True)
term_match = _term_ref_re.match(text)
Expand Down

0 comments on commit e06fdbe

Please sign in to comment.