Skip to content

Commit 0f1db1b

Browse files
author
Val Brodsky
committed
Fix doc installation packages
1 parent a6b1acc commit 0f1db1b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
Sphinx==4.5.0
2-
sphinxcontrib-napoleon==0.7
32
sphinx-rtd-theme==0.5.1

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3030
# ones.
3131
extensions = [
32-
'sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinxcontrib.napoleon'
32+
'sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon'
3333
]
3434

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

0 commit comments

Comments
 (0)