Commit 01d6e272 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

update readthedocs setup

parent e20f2eec
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+297 −751

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ pyqt5 = { version = "*", optional = true }
pyqt6 = { version = "*", optional = true }
panel = { version = "*", optional = true }
deepdiff = "*"

pydantic = "*"

[tool.poetry.extras]
pyqt5 = ["pyqt5"]