Skip to content

Commit

Permalink
Revert upgrade config for ReadtheDocs #20
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgomera committed Oct 1, 2023
1 parent 1ee3414 commit f01e58d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.

sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../..'))
print(sys.path)

autodoc_mock_imports = ['sip', 'PyQt6', 'PyQt6.QtGui', 'PyQt6.QtCore',
'PyQt6.QtWidgets']
Expand Down

0 comments on commit f01e58d

Please sign in to comment.