Loading .readthedocs.yml +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ build: python: "3.12" jobs: post_create_environment: - pip install altair sphinx-rtd-theme==3.0.0rc3 tomli sphinxcontrib-napoleon - pip install . - pip install altair sphinx-rtd-theme tomli sphinxcontrib-napoleon poetry - pip install .[pyqt5,pyqt6,panel] sphinx: configuration: docs/conf.py poetry.lock +297 −751 File changed.Preview size limit exceeded, changes collapsed. Show changes pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ pyqt5 = { version = "*", optional = true } pyqt6 = { version = "*", optional = true } panel = { version = "*", optional = true } deepdiff = "*" pydantic = "*" [tool.poetry.extras] pyqt5 = ["pyqt5"] Loading Loading
.readthedocs.yml +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ build: python: "3.12" jobs: post_create_environment: - pip install altair sphinx-rtd-theme==3.0.0rc3 tomli sphinxcontrib-napoleon - pip install . - pip install altair sphinx-rtd-theme tomli sphinxcontrib-napoleon poetry - pip install .[pyqt5,pyqt6,panel] sphinx: configuration: docs/conf.py
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ pyqt5 = { version = "*", optional = true } pyqt6 = { version = "*", optional = true } panel = { version = "*", optional = true } deepdiff = "*" pydantic = "*" [tool.poetry.extras] pyqt5 = ["pyqt5"] Loading