Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 2.7
version: 3.7
install:
- requirements: docs/requirements.txt
- method: setuptools
Expand Down
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"nbsphinx",
]


autodoc_mock_imports = ["PySide2.QtGui", "PySide2.QtWidgets", "PySide2.QtCore"]
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

Expand All @@ -41,7 +43,7 @@


# nbsphinx stuff
nbsphinx_kernel_name = "python2"
nbsphinx_kernel_name = "python3"
nbsphinx_allow_errors = True

# The version info for the project you're documenting, acts as replacement for
Expand Down