Skip to content

Commit 29a65cc

Browse files
authored
Unpin sphinx (#85)
* Unpin sphinx * Fix for setup-conda conflict issue? * Black
1 parent a55b456 commit 29a65cc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
activate-environment: jupyterlite-sphinx
3333
environment-file: dev-environment.yml
3434
python-version: ${{ matrix.python-version }}
35-
mamba-version: "*"
35+
miniforge-variant: Mambaforge
36+
miniforge-version: latest
3637
auto-activate-base: false
37-
channels: conda-forge
3838

3939
- name: Test PEP8
4040
run: black --check jupyterlite_sphinx

jupyterlite_sphinx/jupyterlite_sphinx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ def run(self):
182182

183183

184184
class _LiteDirective(SphinxDirective):
185-
186185
has_content = False
187186
optional_arguments = 1
188187
final_argument_whitespace = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
install_requires=[
1616
'docutils',
1717
'jupyterlite[piplite]',
18-
'sphinx>=4,<5',
18+
'sphinx>=4',
1919
'jupyter_server',
2020
'jupyterlab_server',
2121
],

0 commit comments

Comments
 (0)