We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a152852 commit e7a5b5aCopy full SHA for e7a5b5a
5 files changed
.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Build documentation
37
run: |
38
- poetry run pdoc --html cyclonedx
+ poetry run pdoc --template-dir doc/templates --html cyclonedx
39
- name: Deploy documentation
40
uses: JamesIves/github-pages-deploy-action@4.1.5
41
with:
doc/templates/config.mako
@@ -0,0 +1,10 @@
1
+<%!
2
+
3
+git_link_template = 'https://github.com/cyclonedx-python-lib/blob/{commit}/{path}#L{start_line}-L{end_line}'
4
5
+google_search_query = '''
6
+ site:cyclonedx.github.io
7
+ inurl:github.com/cyclonedx/cyclonedx-python-lib
8
+'''
9
10
+%>
0 commit comments