Skip to content

Commit

Permalink
feat: review suggestion correction plus pypandoc(#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-ad committed Feb 21, 2025
1 parent c71e485 commit afc62ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ def reset_servers(gallery_conf, fname, when):
# Optionally exclude api or example documentation generation.
BUILD_API = True if os.environ.get("BUILD_API", "true") == "true" else False
if BUILD_API:
extensions.extend("ansys_sphinx_theme.extension.autoapi")
extensions.extend(["ansys_sphinx_theme.extension.autoapi"])

BUILD_EXAMPLES = True if os.environ.get("BUILD_EXAMPLES", "true") == "true" else False
if BUILD_EXAMPLES:
extensions.extend("sphinx_gallery.gen_gallery")
extensions.extend(["sphinx_gallery.gen_gallery"])
1 change: 1 addition & 0 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ graphviz==0.20.1
imageio==2.36.1
imageio-ffmpeg==0.6.0
nbsphinx==0.9.6
pypandoc==1.15
pytest-sphinx==0.6.3
pyvista==0.44.2
sphinx==8.1.3
Expand Down

0 comments on commit afc62ee

Please sign in to comment.