diff --git a/docs/conf.py b/docs/conf.py index ef013e4..c467970 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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), } diff --git a/docs/requirements.txt b/docs/requirements.txt index e69de29..7c1c6fe 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -0,0 +1 @@ +# sphinx-qt-documentation>=0.2 \ No newline at end of file