We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278c216 commit 31e1772Copy full SHA for 31e1772
conf.py
@@ -29,6 +29,15 @@
29
sys.path.insert(0, os.path.abspath('cpython/Doc'))
30
from conf import *
31
32
+# FIXME
33
+# For fixing the warnings that state that 'cwe', 'cve' roles are already
34
+# defined.
35
+#
36
+# WARNING: role 'cve' is already registered, it will be overridden [app.add_role]
37
+# WARNING: role 'cwe' is already registered, it will be overridden [app.add_role]
38
+del extlinks["cwe"]
39
+del extlinks["cve"]
40
+
41
# Call patchlevel with the proper path to get the version from
42
# instead of hardcoding it
43
from patchlevel import get_version_info
0 commit comments