mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
docs: fix build process for sphinx
This commit is contained in:
@ -7,9 +7,9 @@ version: 2
|
|||||||
|
|
||||||
# Set the version of Python and other tools you might need
|
# Set the version of Python and other tools you might need
|
||||||
build:
|
build:
|
||||||
os: ubuntu-20.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.10"
|
python: "3.11"
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
@ -23,3 +23,5 @@ sphinx:
|
|||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
|
- method: pip
|
||||||
|
path: .[dev]
|
||||||
|
@ -7,6 +7,4 @@ sphinx-copybutton
|
|||||||
sphinx-inline-tabs
|
sphinx-inline-tabs
|
||||||
myst-parser
|
myst-parser
|
||||||
sphinx-design
|
sphinx-design
|
||||||
PySide6~=6.8.2
|
|
||||||
bec-widgets
|
|
||||||
tomli
|
tomli
|
Reference in New Issue
Block a user