Skip to content

Commit

Permalink
Fixes doc rendering (#148)
Browse files Browse the repository at this point in the history
* Fixes docs online rendering.

* Fixes docs online rendering.
  • Loading branch information
jspaquet authored Mar 13, 2024
1 parent 7da6971 commit 59d7708
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ extra_javascript:
plugins:
- mkdocstrings
- search
- privacy

extra:
social:
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.1"
version = "30.443.2"
authors = [{ name = "Cadwork", email = "[email protected]" }]
requires-python = ">= 3.10"
description = 'Python bindings for CwAPI3D'
Expand Down
Binary file modified requirements.in
Binary file not shown.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ ghp-import==2.1.0 \
--hash=sha256:8337dd7b50877f163d4c0289bc1f1c7f127550241988d568c1db512c4324a619 \
--hash=sha256:9c535c4c61193c2df8871222567d7fd7e5014d835f97dc7b7439069e2413d343
# via mkdocs
griffe==0.41.3 \
--hash=sha256:27b4610f1ba6e5d039e9f0a2c97232e13463df75e53cb1833e0679f3377b9de2 \
--hash=sha256:9edcfa9f57f4d9c5fcc6d5ce067c67a685b7101a21a7d11848ce0437368e474c
griffe==0.42.0 \
--hash=sha256:384df6b802a60f70e65fdb7e83f5b27e2da869a12eac85b25b55250012dbc263 \
--hash=sha256:fb83ee602701ffdf99c9a6bf5f0a5a3bd877364b3bffb2c451dc8fbd9645b0cf
# via mkdocstrings-python
idna==3.6 \
--hash=sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca \
Expand Down Expand Up @@ -278,6 +278,7 @@ pymdown-extensions==10.7.1 \
--hash=sha256:c70e146bdd83c744ffc766b4671999796aba18842b268510a329f7f64700d584 \
--hash=sha256:f5cc7000d7ff0d1ce9395d216017fa4df3dde800afb1fb72d1c7d3fd35e710f4
# via
# -r requirements.in
# mkdocs-material
# mkdocstrings
pyproject-hooks==1.0.0 \
Expand Down

0 comments on commit 59d7708

Please sign in to comment.