Skip to content

Commit

Permalink
Fix Sphinx intermapping with PyQt documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Jan 30, 2025
1 parent c61ba24 commit c04c4b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
# class signature)
"numpydoc",
"sphinx_design",
"sphinx_qt_documentation",
]

autosummary_generate = True # Turn on sphinx.ext.autosummary
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ dependencies:
- browser-cookie3
- pyqtgraph
- pyqt6 # [osx and arm64]
- sphinx-qt-documentation
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ docs = [
"sphinx-autodoc-typehints",
"sphinx-automodapi",
"sphinx-design",
"sphinx-qt-documentation",
"pydata_sphinx_theme",
"numpydoc",
"tomli; python_version < '3.11'"
Expand Down

0 comments on commit c04c4b5

Please sign in to comment.