Skip to content

Commit ff494b1

Browse files
committed
Dev: Doc Update
1 parent fff8443 commit ff494b1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@
6363
html_static_path = ['_static']
6464

6565
# -- Extension configuration -------------------------------------------------
66-
autodoc_mock_imports = ["win32com", "pythoncom", "psutil", "pywin32"]
66+
6767
# Configuration for intersphinx: refer to the Python standard library.
6868
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
6969

7070
# Autodoc configuration
7171
autodoc_member_order = 'bysource'
72+
autodoc_mock_imports = ["win32com", "pythoncom", "psutil", "pywin32"]

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
pywin32
2-
psutil
1+
sphinx
2+
sphinx_rtd_theme
3+
myst-parser

0 commit comments

Comments
 (0)