File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1010 - main
1111env :
1212 MAIN_PYTHON_VERSION : ' 3.10'
13- PACKAGE_NAME : ' ansys-sphinx-theme '
13+ PACKAGE_NAME : ' ansys_sphinx_theme '
1414 DOCUMENTATION_CNAME : ' sphinxdocs.ansys.com'
1515 MEILISEARCH_API_KEY : ${{ secrets.MEILISEARCH_API_KEY }}
1616 MEILISEARCH_PUBLIC_API_KEY : ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}
@@ -177,8 +177,8 @@ jobs:
177177
178178 - name : Scrape the stable documentation to PyMeilisearch
179179 run : |
180- VERSION=$(python -c "from ${{ env.PACKAGE_NAME }} import __version__; print('.'.join(__version__.split('.')[:2]))")
181- VERSION_MEILI=$(python -c "from ${{ env.PACKAGE_NAME }} import __version__; print('-'.join(__version__.split('.')[:2]))")
180+ VERSION=$(python -c "from ansys_sphinx_theme import __version__; print('.'.join(__version__.split('.')[:2]))")
181+ VERSION_MEILI=$(python -c "from ansys_sphinx_theme import __version__; print('-'.join(__version__.split('.')[:2]))")
182182 echo "Calculated VERSION: $VERSION"
183183 echo "Calculated VERSION_MEILI: $VERSION_MEILI"
184184 echo "VERSION=$VERSION" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1+ fix: stable docs indexing package name
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55[project ]
66# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77name = " ansys-sphinx-theme"
8- version = " 1.0.0 "
8+ version = " 1.0.1 "
99description = " A theme devised by ANSYS, Inc. for Sphinx documentation."
1010readme = " README.rst"
1111requires-python = " >=3.9,<4"
You can’t perform that action at this time.
0 commit comments