Skip to content

Commit

Permalink
Revert upgrade config for ReadtheDocs #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgomera committed Oct 1, 2023
1 parent 230cdbd commit 5fe7c62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('.'))
print(sys.path)
print(sys.executable)
import glob
print(glob.glob("."))

autodoc_mock_imports = ['sip', 'PyQt6', 'PyQt6.QtGui', 'PyQt6.QtCore',
'PyQt6.QtWidgets']
Expand Down Expand Up @@ -127,6 +128,8 @@
firstrun.createDatabase(conf_dir + "databank.db")


import equipment

# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand Down

0 comments on commit 5fe7c62

Please sign in to comment.