Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-481 Fix build of Sphinx documentation #485

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ build:
- poetry config virtualenvs.create false
post_install:
# Install dependencies
- poetry install --directory=docs
# VIRTUAL_ENV needs to be set manually for now.
# See https://github.com/readthedocs/readthedocs.org/pull/11152/
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --directory=docs

# Build from the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Breaking changes will be documented in this changelog file for each version.
* github-466: Use frontend-maven-plugin for all npm packages
* github-467: Implement "target_records" metric for "copy" target
* github-474: Remove Flowman Studio
* github-480: Upgrade Spark to 3.5.1
* github-481: Fix Sphinx documentation


## Version 1.1.0 - 2023-10-10
Expand Down