Skip to content

Commit

Permalink
update pyproject dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kazewong committed Oct 16, 2024
1 parent efb1fe1 commit 7d757f9
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 41 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ plugins:
- mkdocstrings:
handlers:
python:
setup_commands:
setup_commands:
- import pytkdocs_tweaks
- pytkdocs_tweaks.main()
- import jaxtyping
- jaxtyping.set_array_name_format("array")

optional:
optional:
inherited_members: true # Allow looking up inherited methods
show_root_heading: true # actually display anything at all...
show_root_full_path: true # display "diffrax.asdf" not just "asdf"
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ dependencies = [

[project.optional-dependencies]
docs = [
"mkdocs-gen-files==0.5.0",
"mkdocs-jupyter==0.24.2",
"mkdocs-literate-nav==0.6.0",
"mkdocs-material==9.1.18",
"mkdocs==1.4.3",
"mkdocstrings[python]==0.22.0",
"pymdown-extensions==10.1",
"mkdocs-gen-files",
"mkdocs-jupyter",
"mkdocs-literate-nav",
"mkdocs-material",
"mkdocs",
"mkdocstrings[python]",
"pymdown-extensions",
]
113 changes: 81 additions & 32 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d757f9

Please sign in to comment.