mirror of
https://github.com/MadcowD/ell.git
synced 2024-09-22 16:14:36 +03:00
fixing docs
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11' # Specify the Python version
|
||||
python-version: '3.12.4' # Specify the Python version
|
||||
|
||||
- name: Install Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
|
||||
@@ -7,5 +7,5 @@ sphinx-design==0.5.0
|
||||
sphinx-inline-tabs==2023.4.21
|
||||
sphinx-togglebutton==0.3.2
|
||||
sphinxcontrib-mermaid==0.9.2
|
||||
sphinxawesome_theme
|
||||
autodoc_pydantic
|
||||
sphinxawesome_theme==5.2.0
|
||||
autodoc_pydantic==2.2.0
|
||||
Reference in New Issue
Block a user