Fix docs/requirements.txt

This commit is contained in:
carlocagnetta 2023-11-10 15:03:33 +01:00 committed by Michael Panchenko
parent 64af97b65e
commit b1b7f24b94
2 changed files with 6 additions and 5 deletions

View File

@ -11,13 +11,14 @@ build:
tools:
python: "3.11"
jobs:
post_install:
- poetry install --with dev
pre_build:
- pip install .
- poetry config virtualenvs.create false
# Generate the Sphinx configuration for this Jupyter Book, so it builds.
- "poetry run jupyter-book config sphinx docs/"
post_install:
- poetry install --with dev
# Build documentation in the docs/ directory with Sphinx
# sphinx:
# configuration: docs/conf.py
@ -25,5 +26,4 @@ build:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
- pip install poetry
- requirements: docs/requirements.txt

View File

@ -9,4 +9,5 @@ tqdm
protobuf
pettingzoo
nbsphinx
recommonmark
recommonmark
poetry