Skip to content

Commit 4944cf5

Browse files
janvonrickenbachdependabot[bot]greschd
authored
Jvonrick/bump version (#247)
* Bump ansys-sphinx-theme from 0.9.5 to 0.9.6 (#240) Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.9.5 to 0.9.6. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v0.9.5...v0.9.6) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove the poetry workaround for sphinx theme installation (#241) * Update dpf core version (#243) * Update package version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Gresch <[email protected]>
1 parent 253c197 commit 4944cf5

File tree

5 files changed

+387
-407
lines changed

5 files changed

+387
-407
lines changed

.github/workflows/ci_cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,9 @@ jobs:
162162
python-version: ${{ env.MAIN_PYTHON_VERSION }}
163163

164164
- name: "Install Python dependencies"
165-
# TODO: remove 'poetry config installer.modern-installation false' once we use a pydata-sphinx-theme
166-
# version where https://github.com/pydata/pydata-sphinx-theme/issues/1253 is resolved.
167-
# The same needs to be removed in the README.
168165
run: |
169166
python -m pip install --upgrade pip tox
170167
python -m pip install --upgrade poetry
171-
poetry config installer.modern-installation false
172168
173169
- name: "Generate the documentation with tox"
174170
run: |

README.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,8 @@ familiar with the `PyAnsys Developer's Guide`_.
8181

8282
.. code:: bash
8383
84-
poetry config installer.modern-installation false
8584
poetry install --all-extras
8685
87-
Setting ``installer.modern-installation`` to ``false`` is a temporary workaround.
88-
See `this pydata-sphinx-theme issue <https://github.com/pydata/pydata-sphinx-theme/issues/1253>`_
89-
for more information.
90-
9186
9287
#. Activate the virtual environment:
9388

0 commit comments

Comments
 (0)