@@ -54,7 +54,7 @@ def get_wheelhouse_assets_dictionary():
5454 content = response .content
5555 break
5656 else :
57- print (f "Failed to retrieve the latest release. Retrying..." )
57+ print ("Failed to retrieve the latest release. Retrying..." )
5858 time .sleep (2 )
5959
6060 if content is None :
@@ -83,8 +83,7 @@ def get_wheelhouse_assets_dictionary():
8383
8484
8585def intersphinx_pyansys_geometry (switcher_version : str ):
86- """
87- Auxiliary method to build the intersphinx mapping for PyAnsys Geometry.
86+ """Auxiliary method to build the intersphinx mapping for PyAnsys Geometry.
8887
8988 Notes
9089 -----
@@ -383,8 +382,7 @@ def intersphinx_pyansys_geometry(switcher_version: str):
383382
384383
385384def convert_notebooks_to_scripts (app : sphinx .application .Sphinx , exception ):
386- """
387- Convert notebooks to scripts.
385+ """Convert notebooks to scripts.
388386
389387 Parameters
390388 ----------
@@ -431,15 +429,14 @@ def convert_notebooks_to_scripts(app: sphinx.application.Sphinx, exception):
431429
432430
433431def setup (app : sphinx .application .Sphinx ):
434- """
435- Run different hook functions during the documentation build.
432+ """Run different hook functions during the documentation build.
436433
437434 Parameters
438435 ----------
439436 app : sphinx.application.Sphinx
440437 Sphinx instance containing all the configuration for the documentation build.
441438 """
442- logger .info (f "Configuring Sphinx hooks..." )
439+ logger .info ("Configuring Sphinx hooks..." )
443440 if BUILD_EXAMPLES :
444441 # Run at the end of the build process
445442 logger .info ("Connecting build-finished hook for converting notebooks to scripts..." )
0 commit comments