Skip to content

Commit afc62ee

Browse files
committed
feat: review suggestion correction plus pypandoc(#1944)
1 parent c71e485 commit afc62ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ def reset_servers(gallery_conf, fname, when):
400400
# Optionally exclude api or example documentation generation.
401401
BUILD_API = True if os.environ.get("BUILD_API", "true") == "true" else False
402402
if BUILD_API:
403-
extensions.extend("ansys_sphinx_theme.extension.autoapi")
403+
extensions.extend(["ansys_sphinx_theme.extension.autoapi"])
404404

405405
BUILD_EXAMPLES = True if os.environ.get("BUILD_EXAMPLES", "true") == "true" else False
406406
if BUILD_EXAMPLES:
407-
extensions.extend("sphinx_gallery.gen_gallery")
407+
extensions.extend(["sphinx_gallery.gen_gallery"])

requirements/requirements_docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ graphviz==0.20.1
44
imageio==2.36.1
55
imageio-ffmpeg==0.6.0
66
nbsphinx==0.9.6
7+
pypandoc==1.15
78
pytest-sphinx==0.6.3
89
pyvista==0.44.2
910
sphinx==8.1.3

0 commit comments

Comments
 (0)