Skip to content

Commit

Permalink
Bump the doc-dependencies group across 1 directory with 7 updates (#889)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
dependabot[bot] and pyansys-ci-bot authored Oct 1, 2024
1 parent 7090fc6 commit 99d25eb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
uses: ansys/actions/doc-build@v7
with:
check-links: false
sphinxopts: "-j auto --keep-going"
env:
PYPRIMEMESH_LAUNCH_CONTAINER: 1
PYPRIMEMESH_SPHINX_BUILD: 1
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/889.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the doc-dependencies group across 1 directory with 7 updates
4 changes: 3 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"GL09", # Deprecation warning should precede extended summary
"GL10", # reST directives {directives} must be followed by two colons
"SS01", # No summary found
"SS02", # Summary does not start with a capital letter
# "SS02", # Summary does not start with a capital letter
# "SS03", # Summary does not end with a period
"SS04", # Summary contains heading whitespaces
# "SS05", # Summary must start with infinitive verb, not third person
Expand Down Expand Up @@ -170,3 +170,5 @@
"ignore_pattern": "flycheck*",
"thumbnail_size": (350, 350),
}

supress_warnings = ["docutils"]
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ tests = [
"pyvista[trame]==0.44.1"
]
doc = [
"ansys-sphinx-theme==0.15.2",
"ansys-sphinx-theme==1.0.11",
"ansys-tools-visualization-interface==0.4.4",
"jupyter-sphinx==0.5.3",
"numpydoc==1.7.0",
"sphinx==7.2.6",
"sphinx_design==0.6.0",
"numpydoc==1.8.0",
"sphinx==8.0.2",
"sphinx_design==0.6.1",
"pyvista==0.44.1",
"sphinx-autodoc-typehints==2.0.1",
"sphinx-autodoc-typehints==2.4.4",
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.15.0",
"sphinx-notfound-page==1.0.0",
"sphinx-gallery==0.17.1",
"sphinx-notfound-page==1.0.4",
"sphinxemoji==0.3.1",
]
all = [
Expand Down

0 comments on commit 99d25eb

Please sign in to comment.