File tree 5 files changed +387
-407
lines changed 5 files changed +387
-407
lines changed Original file line number Diff line number Diff line change @@ -162,13 +162,9 @@ jobs:
162
162
python-version : ${{ env.MAIN_PYTHON_VERSION }}
163
163
164
164
- 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.
168
165
run : |
169
166
python -m pip install --upgrade pip tox
170
167
python -m pip install --upgrade poetry
171
- poetry config installer.modern-installation false
172
168
173
169
- name : " Generate the documentation with tox"
174
170
run : |
Original file line number Diff line number Diff line change @@ -81,13 +81,8 @@ familiar with the `PyAnsys Developer's Guide`_.
81
81
82
82
.. code :: bash
83
83
84
- poetry config installer.modern-installation false
85
84
poetry install --all-extras
86
85
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
-
91
86
92
87
#. Activate the virtual environment:
93
88
You can’t perform that action at this time.
0 commit comments