Doc fixes

This commit is contained in:
Andreas Kloeckner 2020-08-28 10:22:05 -05:00
parent ddecd944ff
commit 7936386a73
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ html_sidebars = {
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
#html_static_path = ['_static']
# -- Options for HTMLHelp output ------------------------------------------

View File

@ -36,7 +36,7 @@ Controlling How Values Get Shown
def pudb_stringifier(obj):
return "HI"
* Add a :meth:`safely_stringify_for_pudb` to the type.
* Add a method ``safely_stringify_for_pudb`` to the type.
A stringifier is expected to *never* raise an exception.
If an exception is raised, pudb will silently fall back