0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00

docs: fix build process for sphinx

This commit is contained in:
2025-05-21 10:41:19 +02:00
committed by Jan Wyzula
parent 83098d930c
commit 8227c44c33
2 changed files with 7 additions and 7 deletions

View File

@ -7,9 +7,9 @@ version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"
# Build documentation in the docs/ directory with Sphinx
sphinx:
@ -23,3 +23,5 @@ sphinx:
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .[dev]

View File

@ -7,6 +7,4 @@ sphinx-copybutton
sphinx-inline-tabs
myst-parser
sphinx-design
PySide6~=6.8.2
bec-widgets
tomli