Skip to content

Commit 3aa139a

Browse files
Tenzersebastinas
authored andcommitted
Bring docs dependencies up to date
sphinxcontrib-napoleon is no longer needed as it's bundled with Sphinx. curtsies is now installed via a relative reference to the top-level folder, instead of installing it from a fork of the repository.
1 parent acb74f9 commit 3aa139a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
# ones.
3232
extensions = [
3333
'sphinx.ext.autodoc',
34+
'sphinx.ext.napoleon',
3435
'terminal_output',
35-
'sphinxcontrib.napoleon',
3636
]
3737

3838
# Add any paths that contain templates here, relative to this directory.

docs/requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
ansi2html==1.0.7
2-
pexpect==3.3
3-
git+git://github.com/thomasballinger/wcwidth.git@fixes
4-
git+git://github.com/thomasballinger/curtsies.git@master
5-
sphinxcontrib-napoleon
1+
ansi2html==1.9.2
2+
pexpect==4.9.0
3+
sphinx==8.1.3
4+
-e ..

0 commit comments

Comments
 (0)