Skip to content

Commit 3e9fd4a

Browse files
authored
Fix doc installation packages (#1304)
2 parents a6b1acc + 0f1db1b commit 3e9fd4a

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)