Skip to content

Commit 513317e

Browse files
authored
fix(build): remove :attr to :param override in docstrings (#573)
1 parent 23c4157 commit 513317e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@
7878
# patch broken markup
7979
codeblock = False
8080
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')
8481
# replace note with tip admonition
8582
if '### Note' in lines[i]:
8683
lines[i] = ' :::{tip}\n'

0 commit comments

Comments
 (0)