We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c4157 commit 513317eCopy full SHA for 513317e
source/conf.py
@@ -78,9 +78,6 @@
78
# patch broken markup
79
codeblock = False
80
for i in range(len(lines)):
81
- # replace class vars to :param: for better rendering
82
- if ':attr ' in lines[i]:
83
- lines[i] = lines[i].replace(':attr', ':param')
84
# replace note with tip admonition
85
if '### Note' in lines[i]:
86
lines[i] = ' :::{tip}\n'
0 commit comments