Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38d55b1

Browse files
committed
Ignore Sphinx warning
1 parent e6515b2 commit 38d55b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,6 @@ def find_version(*file_paths):
9393
# relative to this directory. They are copied after the builtin static files,
9494
# so a file named "default.css" will overwrite the builtin "default.css".
9595
html_static_path = []
96+
97+
# Sphinx somehow can't find this one
98+
nitpick_ignore = [("py:class", "RSAPublicKey")]

0 commit comments

Comments
 (0)