We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c21d76 commit c937ae1Copy full SHA for c937ae1
doc/changelog.d/814.fixed.md
@@ -0,0 +1 @@
1
+Add flexible range for the \`\`pyyaml\`\` version
pyproject.toml
@@ -11,7 +11,7 @@ theme-name = "ansys_sphinx_theme"
11
[project]
12
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
13
name = "ansys-sphinx-theme"
14
-version = "1.6.1"
+version = "1.6.2"
15
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
16
readme = "README.rst"
17
requires-python = ">=3.10,<4"
@@ -34,7 +34,7 @@ dependencies = [
34
"Jinja2>=3.1.2",
35
"pdf2image>=1.17.0",
36
"pydata-sphinx-theme>=0.15.4,<0.17",
37
- "PyYAML==6.0.2",
+ "PyYAML>=6.0",
38
"Sphinx>=6.1.0",
39
]
40
0 commit comments