File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,6 @@ docs/_build
44
44
45
45
# pycharm metadata
46
46
.idea
47
+
48
+ # virtualenvs
49
+ .venv *
Original file line number Diff line number Diff line change 92
92
# If true, keep warnings as "system message" paragraphs in the built documents.
93
93
# keep_warnings = False
94
94
95
+ # autodoc configuration
96
+ # https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html
97
+ autodoc_inherit_docstrings = False
98
+ autodoc_mock_imports = [
99
+ "prompt_toolkit.eventloop.win32" ,
100
+ "prompt_toolkit.input.win32" ,
101
+ "prompt_toolkit.output.win32" ,
102
+ ]
95
103
96
104
# -- Options for HTML output ----------------------------------------------
97
105
Original file line number Diff line number Diff line change 1
- Sphinx == 4.1.2
2
- wcwidth == 0.2.5
3
- pyperclip == 1.8. 2
4
- sphinx_rtd_theme == 0.5. 2
1
+ Sphinx < 7
2
+ wcwidth < 1
3
+ pyperclip < 2
4
+ sphinx_rtd_theme < 2
You can’t perform that action at this time.
0 commit comments