Skip to content

Commit

Permalink
Fix rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Dec 5, 2023
1 parent 0b67447 commit 19e129d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 40 deletions.
8 changes: 3 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ 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/"
- poetry install --with dev
pre_install:
- poe run doc-generate-files

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
35 changes: 1 addition & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ ruff = "^0.0.285"
scipy = "*"
sphinx = "<7"
sphinx-toolbox = "^3.5.0"
sphinx_rtd_theme = "*"
sphinxcontrib-bibtex = "*"
sphinxcontrib-spelling = "^8.0.0"
wandb = "^0.12.0"
Expand Down

0 comments on commit 19e129d

Please sign in to comment.