Skip to content

Commit f81ce90

Browse files
SMoraisAnsyspyansys-ci-botmoe-adRevathyvenugopal162Samuelopez-ansys
authored
DOCS: Update priority level in doctree removal (#6078)
Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Muhammed Adedigba <[email protected]> Co-authored-by: Muhammed Adedigba <[email protected]> Co-authored-by: Revathy Venugopal <[email protected]> Co-authored-by: Samuel Lopez <[email protected]>
1 parent b5e2764 commit f81ce90

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update priority level in doctree removal

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def remove_doctree(app, exception):
103103
def setup(app):
104104
app.add_directive('pprint', PrettyPrintDirective)
105105
app.connect('autodoc-skip-member', autodoc_skip_member)
106-
app.connect('build-finished', remove_doctree)
106+
app.connect('build-finished', remove_doctree, priority=600)
107107

108108

109109
local_path = os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)