Skip to content

Commit

Permalink
Jvonrick/bump version (#247)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Apr 4, 2023
1 parent 253c197 commit 4944cf5
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 407 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,9 @@ jobs:
python-version: ${{ env.MAIN_PYTHON_VERSION }}

- name: "Install Python dependencies"
# TODO: remove 'poetry config installer.modern-installation false' once we use a pydata-sphinx-theme
# version where https://github.com/pydata/pydata-sphinx-theme/issues/1253 is resolved.
# The same needs to be removed in the README.
run: |
python -m pip install --upgrade pip tox
python -m pip install --upgrade poetry
poetry config installer.modern-installation false
- name: "Generate the documentation with tox"
run: |
Expand Down
5 changes: 0 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,8 @@ familiar with the `PyAnsys Developer's Guide`_.

.. code:: bash
poetry config installer.modern-installation false
poetry install --all-extras
Setting ``installer.modern-installation`` to ``false`` is a temporary workaround.
See `this pydata-sphinx-theme issue <https://github.com/pydata/pydata-sphinx-theme/issues/1253>`_
for more information.

#. Activate the virtual environment:

Expand Down
Loading

0 comments on commit 4944cf5

Please sign in to comment.