Skip to content

Commit

Permalink
Fixes graph rendering in docs. (#150)
Browse files Browse the repository at this point in the history
* Fixes graph rendering in docs.

* Fixes graph rendering in docs.
  • Loading branch information
jspaquet authored Mar 13, 2024
1 parent 517af91 commit da88a27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,17 @@ markdown_extensions:
linenums: true
- pymdownx.keys
- pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_code_format
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format

extra_javascript:
- js/mathjax.js
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- js/tablesort.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
- js/mathjax.js

plugins:
- mkdocstrings
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cwapi3d"
version = "30.443.3"
version = "30.443.4"
authors = [{ name = "Cadwork", email = "[email protected]" }]
requires-python = ">= 3.10"
description = 'Python bindings for CwAPI3D'
Expand Down

0 comments on commit da88a27

Please sign in to comment.