File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 uv sync --group docs
3636
3737 - name : Build documentation
38- run : uv run sphinx-multiversion docs/source docs/build/html --keep-going --no-color
38+ run : uv run sphinx-multiversion docs/source docs/build/html --keep-going -W - -no-color
3939
4040 - name : Generate index.html.
4141 run : |
Original file line number Diff line number Diff line change 22
33## v0.1.0-dev
44
5+ - Fix Sphinx autodoc imports for Pydantic-backed submission types.
56- Add complete static typing across the SDK and tests, with typed single and batch
67 submission return values.
78- Parse Judge0 UTC timestamps as timezone-aware values and validate submission
Original file line number Diff line number Diff line change 100100 "special-members" : False ,
101101 "inherited-members" : False ,
102102}
103- autodoc_mock_imports = ["httpx" , "pydantic" ]
103+ autodoc_mock_imports = ["httpx" ]
104+ autodoc_type_aliases = {"Client" : "judge0.clients.Client" }
104105
105106napoleon_google_docstring = False
106107
You can’t perform that action at this time.
0 commit comments