Skip to content

Commit

Permalink
Sphinx seems to break on PyQt5 now
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis-van-Gils committed Sep 13, 2022
1 parent 0b5ef0d commit bcbb52d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinx.ext.intersphinx",
"sphinx_qt_documentation",
#"sphinx_qt_documentation",
]

intersphinx_mapping = {
"PyQt5": ("https://www.riverbankcomputing.com/static/Docs/PyQt5/", None),
#"PyQt5": ("https://www.riverbankcomputing.com/static/Docs/PyQt5/", None),
"NumPy": ("https://numpy.org/doc/stable/", None),
"python": ("https://docs.python.org/3", None),
}
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# sphinx-qt-documentation>=0.2

0 comments on commit bcbb52d

Please sign in to comment.