Fix docs/requirements.txt
This commit is contained in:
parent
64af97b65e
commit
b1b7f24b94
@ -11,13 +11,14 @@ build:
|
|||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: "3.11"
|
||||||
jobs:
|
jobs:
|
||||||
|
post_install:
|
||||||
|
- poetry install --with dev
|
||||||
pre_build:
|
pre_build:
|
||||||
- pip install .
|
- pip install .
|
||||||
- poetry config virtualenvs.create false
|
- poetry config virtualenvs.create false
|
||||||
# Generate the Sphinx configuration for this Jupyter Book, so it builds.
|
# Generate the Sphinx configuration for this Jupyter Book, so it builds.
|
||||||
- "poetry run jupyter-book config sphinx docs/"
|
- "poetry run jupyter-book config sphinx docs/"
|
||||||
post_install:
|
|
||||||
- poetry install --with dev
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
# sphinx:
|
# sphinx:
|
||||||
# configuration: docs/conf.py
|
# configuration: docs/conf.py
|
||||||
@ -26,4 +27,3 @@ build:
|
|||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
- pip install poetry
|
|
||||||
|
@ -10,3 +10,4 @@ protobuf
|
|||||||
pettingzoo
|
pettingzoo
|
||||||
nbsphinx
|
nbsphinx
|
||||||
recommonmark
|
recommonmark
|
||||||
|
poetry
|
Loading…
x
Reference in New Issue
Block a user