Skip to content

Commit e3188bb

Browse files
generate documentation from graph, not file
1 parent be140bf commit e3188bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.acimov/publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def process_turtle_file(input_file_path:str, dest_path:str):
6666
logging.debug(f"adding last git commit date as dct:modified value: {git_dct_modified.lstrip()}")
6767

6868
# generate html documentation and rdf variants
69-
html = OntPub(input_file_path).make_html()
69+
html = OntPub(g).make_html()
7070

7171
soup = bs(html, 'html.parser')
7272
Path("public/test.html").write_text(soup.prettify(), encoding='utf-8')

0 commit comments

Comments
 (0)