Skip to content

Commit 63b5d49

Browse files
committed
🐛 typo in yaml
1 parent d7ef1d9 commit 63b5d49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ python:
1414
install:
1515
- method: pip
1616
path: .
17-
- requirements: docs/requirements.txt
17+
- requirements: docs/requirements.txt

Diff for: docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'readthedocs_ext.readthedocs',
2626
'sphinx.ext.viewcode',
2727
'sphinx.ext.todo',
28-
#'sphinx_toolbox.more_autodoc',
28+
'sphinx_toolbox.more_autodoc',
2929
'sphinx.ext.autodoc',
3030
#'sphinx.ext.imgconverter',
3131
#'m2r'

0 commit comments

Comments
 (0)