revert .readthedocs.yaml
This commit is contained in:
parent
1515ff9cef
commit
5d6abfa8d8
@ -14,10 +14,14 @@ build:
|
|||||||
post_install:
|
post_install:
|
||||||
- poetry install --with dev
|
- poetry install --with dev
|
||||||
pre_build:
|
pre_build:
|
||||||
|
- 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/"
|
||||||
|
|
||||||
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/conf.py
|
||||||
# We recommend specifying your dependencies to enable reproducible builds:
|
# We recommend specifying your dependencies to enable reproducible builds:
|
||||||
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
||||||
python:
|
python:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user