Skip to content

Commit

Permalink
Merge branch 'main' into feat/rename-project
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroFernandezLuces authored Apr 26, 2024
2 parents d493dfb + 53b4aa8 commit a4e6a3d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down
2 changes: 2 additions & 0 deletions doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ Vocab = ANSYS
[*.{md,rst}]

# Apply the following styles
[*.{rst}]
BasedOnStyles = Vale, Google
Vale.Terms = NO
Google.Headings = NO
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
os.environ["PYANSYS_VISUALIZER_DOC_BUILD"] = "true"

ansys.tools.visualization_interface.DOCUMENTATION_BUILD = True

LaTeXBuilder.supported_image_types = ["image/png", "image/pdf", "image/svg+xml"]


Expand Down Expand Up @@ -182,7 +183,7 @@
"special-members",
]
autoapi_template_dir = get_autoapi_templates_dir_relative_path(Path(__file__))
suppress_warnings = ["autoapi.python_import_resolution", "design.grid"]
suppress_warnings = ["autoapi.python_import_resolution", "design.grid", "config.cache"]
autoapi_python_use_implicit_namespaces = True
autoapi_keep_files = True
autoapi_own_page_level = "class"
Expand Down
4 changes: 0 additions & 4 deletions doc/styles/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ doc = [
"jupytext==1.16.1",
"nbsphinx==0.9.3",
"numpydoc==1.7.0",
"sphinx==7.2.6",
"sphinx==7.3.7",
"sphinx-autoapi==3.1.0b0",
"sphinx-copybutton==0.5.2",
"sphinx_design==0.5.0",
Expand Down

0 comments on commit a4e6a3d

Please sign in to comment.