We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6515b2 commit 38d55b1Copy full SHA for 38d55b1
1 file changed
docs/source/conf.py
@@ -93,3 +93,6 @@ def find_version(*file_paths):
93
# relative to this directory. They are copied after the builtin static files,
94
# so a file named "default.css" will overwrite the builtin "default.css".
95
html_static_path = []
96
+
97
+# Sphinx somehow can't find this one
98
+nitpick_ignore = [("py:class", "RSAPublicKey")]
0 commit comments