Skip to content

Commit

Permalink
Merge pull request #485 from dimajix/github-481
Browse files Browse the repository at this point in the history
github-481 Fix build of Sphinx documentation
  • Loading branch information
kupferk authored Mar 15, 2024
2 parents ca8a9b8 + 798a63d commit c477e4d
Show file tree
Hide file tree
Showing 5 changed files with 328 additions and 272 deletions.
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
Loading

0 comments on commit c477e4d

Please sign in to comment.