Skip to content

Commit dae7cfe

Browse files
committed
try pinning pywintpy and fix docs
1 parent b09c162 commit dae7cfe

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. highlight:: sh
2+
3+
.. include:: ../../../CONTRIBUTING.rst

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Welcome to Jupyter Server Terminals documentation!
1212

1313
changelog
1414
api
15+
contributors/contributing
1516

1617

1718
Indices and tables

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ python_requires = >=3.6
3030
install_requires =
3131
jupyter_server>=1,<2
3232
terminado>=0.8.3
33+
pywinpty(<2);os_name=='nt'
3334

3435
[options.extras_require]
3536
test =

0 commit comments

Comments
 (0)