Skip to content

Commit

Permalink
Revert upgrade config for ReadtheDocs #19
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgomera committed Oct 1, 2023
1 parent 6fa06da commit 1ee3414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>."""

__all__ = ["lib", "plots", "tools", "UI", "equipment"]
6 changes: 0 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,7 @@
# 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('..'))
sys.path.insert(0, os.path.abspath('.'))
print(sys.path)
import glob
print(glob.glob("../*/"))

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


from equipment import *

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

Expand Down

0 comments on commit 1ee3414

Please sign in to comment.