Skip to content

Commit

Permalink
docs: use datetime as kitchen-sink API module
Browse files Browse the repository at this point in the history
This fixes a parsing error raised by autodoc with urllib.parse
  • Loading branch information
agoose77 committed Dec 4, 2023
1 parent 5b9522c commit f3867c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/kitchen-sink/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Using Sphinx's ``sphinx.ext.autodoc`` plugin, it is possible to auto-generate do
# Don't show class signature with the class' name.
autodoc_class_signature = "separated"
.. automodule:: urllib.parse
.. automodule:: datetime
:members:

0 comments on commit f3867c2

Please sign in to comment.